mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-hercules: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-hercules)[description]: Add two spaces after a full stop.
This commit is contained in:
parent
5c4fe5d5c7
commit
a459ece1e3
1 changed files with 3 additions and 3 deletions
|
@ -13246,9 +13246,9 @@ (define-public emacs-hercules
|
|||
(home-page "https://gitlab.com/jjzmajic/hercules.el")
|
||||
(synopsis "Call a chain of related commands without repeated prefix keys")
|
||||
(description
|
||||
"This package provides sticky-key-like functionality to obviate the
|
||||
need for repeated prefix-key sequences, and can reuse existing keymaps. The
|
||||
list of commands is displayed in a handy popup.")
|
||||
"This package provides sticky-key-like functionality to obviate the need
|
||||
for repeated prefix-key sequences, and can reuse existing keymaps. The list
|
||||
of commands is displayed in a handy popup.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ws-butler
|
||||
|
|
Loading…
Reference in a new issue