diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-30 17:08:14 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-30 17:20:09 -0700 |
commit | 4a226e547f2a6576b871bfac2a35d8a737cf1aa6 (patch) | |
tree | d6080ea2f39ed62d0f0396a268a455650c979865 /gnu/packages | |
parent | b808f74af4e5fd43073d45d21c1667973037135b (diff) |
gnu: emacs-org-generate: Fix grammar.
* gnu/packages/emacs-xyz (emacs-org-generate)[description]: Remove gratiutous
use of "allows to".
Diffstat (limited to 'gnu/packages')
-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 168b300dbe..8199ff686d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24768,7 +24768,7 @@ personal wiki.") (build-system emacs-build-system) (home-page "https://github.com/conao3/org-generate.el") (synopsis "Generate template files and folders from Org document") - (description "This package allows to generate files and folders from Emacs + (description "This package generates files and folders from Emacs org-mode templates.") (license license:gpl3+))) |