diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:07:20 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:17:07 -0700 |
commit | 99f53a13d197b0e7cad00c1a5e0520ba1b0f51b8 (patch) | |
tree | 09db6087d6a19564321d325bdfbbbecd6f2b44f9 /gnu | |
parent | 75615ca090181a46c74b1b87734404ed4b485819 (diff) | |
download | guix-99f53a13d197b0e7cad00c1a5e0520ba1b0f51b8.tar guix-99f53a13d197b0e7cad00c1a5e0520ba1b0f51b8.tar.gz |
gnu: emacs-finalize: Fix grammar of "will allows to immediately run" to
"runs".
* gnu/packages/emacs-xyz (emacs-finalize): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f67c395921..3286d20b6a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12487,8 +12487,8 @@ match and total match information in the mode-line in various search modes.") (home-page "https://github.com/skeeto/elisp-finalize") (synopsis "Finalizers for Emacs Lisp") (description - "This package will allows to immediately run a callback (a finalizer) -after its registered lisp object has been garbage collected. This allows for + "This package runs a callback (a finalizer) +after its registered lisp object has been garbage collected. This allows extra resources, such as buffers and processes, to be cleaned up after the object has been freed.") (license license:unlicense))) |