diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:00:00 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:33:22 -0700 |
commit | bdb1a3385df8b16ecdbded9142ed12c40b2a5954 (patch) | |
tree | c1271b58fe399f8751b82e4a744eab0f972a9862 | |
parent | df1d426e6ececd2d6d2d03d8e0be9a2ea284ff76 (diff) |
gnu: emacs-consult: Fix grammar.
* gnu/packages/emacs-xyz.scm (emacs-consult)[description]: Remove
gratuitous use of "allows to".
-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 1c449eb606..9c293b118f 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+))) |