guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: emacs-elisp-refs: Improve description.


From: guix-commits
Subject: 03/10: gnu: emacs-elisp-refs: Improve description.
Date: Mon, 7 Feb 2022 04:46:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit fa315669d570594e785e15af1ec93dd79e95e24d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:25:34 2022 +0100

    gnu: emacs-elisp-refs: Improve description.
    
    * gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[description]: Make it start
    with a complete sentence.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 571eb98e21..a86311136d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18633,9 +18633,9 @@ continue.")
       #:test-command #~(list "ert-runner")))
     (home-page "https://github.com/Wilfred/elisp-refs";)
     (synopsis "Find callers of elisp functions or macros")
-    (description "Find references to functions, macros or variables.  Unlike a
-dumb text search, @code{elisp-refs} actually parses the code, so it's never
-confused by comments or @code{foo-bar} matching @code{foo}.")
+    (description "@code{elisp-refs} finds references to functions, macros or
+variables.  Unlike a dumb text search, it actually parses the code, so it's
+never confused by comments or @code{foo-bar} matching @code{foo}.")
     (license license:gpl3+)))
 
 (define-public emacs-crdt



reply via email to

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