diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-09 09:06:21 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-09 09:06:21 +0100 |
commit | a459ece1e38027bb29c86ac60291b4ded73ebeb2 (patch) | |
tree | 344281fa084a85b687f93e4cd6f1d1a4663edbe0 | |
parent | 5c4fe5d5c71d2639d1b44f6c54d088a33ce5c2fe (diff) | |
download | guix-a459ece1e38027bb29c86ac60291b4ded73ebeb2.tar guix-a459ece1e38027bb29c86ac60291b4ded73ebeb2.tar.gz |
gnu: emacs-hercules: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-hercules)[description]: Add two spaces
after a full stop.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5cc740f83d..18dfdadea9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13246,9 +13246,9 @@ settings).") (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 |