me
/
guix
Archived
1
0
Fork 0

gnu: emacs-elisp-refs: Improve description.

* gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[description]: Make it start
with a complete sentence.
master
Nicolas Goaziou 2022-02-07 10:25:34 +01:00
parent 45335578d6
commit fa315669d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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