gnu: emacs-finalize: Fix grammar of "will allows to immediately run" to
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 22:07:20 +0000 (15:07 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 22:17:07 +0000 (15:17 -0700)
"runs".

* gnu/packages/emacs-xyz (emacs-finalize): Fix grammar.

gnu/packages/emacs-xyz.scm

index f67c395..3286d20 100644 (file)
@@ -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)))