guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: emacs-finalize: Fix grammar of "will allows to immediately r


From: guix-commits
Subject: 02/05: gnu: emacs-finalize: Fix grammar of "will allows to immediately run" to "runs".
Date: Sun, 12 Apr 2020 18:17:38 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 99f53a13d197b0e7cad00c1a5e0520ba1b0f51b8
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:07:20 2020 -0700

    gnu: emacs-finalize: Fix grammar of "will allows to immediately run" to
    "runs".
    
    * gnu/packages/emacs-xyz (emacs-finalize): Fix grammar.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f67c395..3286d20 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]