diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:23:04 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:29:33 -0700 |
commit | 72b3ed6d3b2ea8d585b8c326f616c9f5ba05d7a3 (patch) | |
tree | eaf6e31631f4b657af1c16e7b2bbbdcd9a3a0aab /gnu | |
parent | 9df53f726d9ad4b6704ea2aa63f185eae3c096e2 (diff) | |
download | guix-72b3ed6d3b2ea8d585b8c326f616c9f5ba05d7a3.tar.gz |
gnu: emacs-discover-my-major: Fix grammar of "provides allows to discover" to
"discovers". * gnu/packages/emacs-xyz (emacs-discover-my-major): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8d9ee1862a..4bf552d272 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14156,7 +14156,7 @@ throw a shell history.") `(("emacs-makey" ,emacs-makey))) (home-page "https://framagit.org/steckerhalter/discover-my-major/") (synopsis "Discover key bindings for the current Emacs major mode") - (description "This package provides allows to discover key bindings and + (description "This package discovers key bindings and their meaning for the current Emacs major-mode.") (license license:gpl3+))) |