vagrantc pushed a commit to branch master
in repository guix.
commit bdb1a3385df8b16ecdbded9142ed12c40b2a5954
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Apr 21 08:00:00 2021 -0700
gnu: emacs-consult: Fix grammar.
* gnu/packages/emacs-xyz.scm (emacs-consult)[description]: Remove
gratuitous use of "allows to".
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1c449eb..9c293b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7444,7 +7444,7 @@ style, or as multiple word prefixes.")
(home-page "https://github.com/minad/consult")
(synopsis "Consulting completing-read")
(description "This package provides various handy commands based on the
-Emacs completion function completing-read, which allows to quickly select from
a
+Emacs completion function completing-read, which allows quickly selecting from
a
list of candidates.")
(license license:gpl3+)))