gnu: emacs-hercules: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-hercules)[description]: Add two spaces after a full stop.master
parent
5c4fe5d5c7
commit
a459ece1e3
|
@ -13246,9 +13246,9 @@ settings).")
|
||||||
(home-page "https://gitlab.com/jjzmajic/hercules.el")
|
(home-page "https://gitlab.com/jjzmajic/hercules.el")
|
||||||
(synopsis "Call a chain of related commands without repeated prefix keys")
|
(synopsis "Call a chain of related commands without repeated prefix keys")
|
||||||
(description
|
(description
|
||||||
"This package provides sticky-key-like functionality to obviate the
|
"This package provides sticky-key-like functionality to obviate the need
|
||||||
need for repeated prefix-key sequences, and can reuse existing keymaps. The
|
for repeated prefix-key sequences, and can reuse existing keymaps. The list
|
||||||
list of commands is displayed in a handy popup.")
|
of commands is displayed in a handy popup.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ws-butler
|
(define-public emacs-ws-butler
|
||||||
|
|
Reference in New Issue