diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:16:25 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:34:43 -0700 |
commit | 790b2f880e584b2b35fe4f5b95b90240c8fc1e6b (patch) | |
tree | 8b43f53bd427533053bb4c92438062c157ca1333 /gnu | |
parent | e0f983c0d55e301fc646d956039cc425ad18076d (diff) | |
download | guix-790b2f880e584b2b35fe4f5b95b90240c8fc1e6b.tar guix-790b2f880e584b2b35fe4f5b95b90240c8fc1e6b.tar.gz |
gnu: emacs-webpaste: Fix grammar.
* gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Remove
gratuitous use of "allows to".
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 830550f3f9..20aab598e7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27552,7 +27552,7 @@ rules about where space should be left to separate words and parentheses.") `(("emacs-request" ,emacs-request))) (home-page "https://github.com/etu/webpaste.el") (synopsis "Paste to pastebin-like services") - (description "This mode allows to paste whole buffers or parts of buffers + (description "This mode pastes whole buffers or parts of buffers to pastebin-like services. It supports more than one service and will failover if one service fails. More services can easily be added over time and preferred services can easily be configured.") |