mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-parseclj: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-parseclj)[description]: Use full sentence.
This commit is contained in:
parent
f5949d7709
commit
cedd80550f
1 changed files with 3 additions and 3 deletions
|
@ -25181,9 +25181,9 @@ It uses parseclj's shift-reduce parser internally.")
|
||||||
(home-page "https://cider.mx")
|
(home-page "https://cider.mx")
|
||||||
(synopsis "Clojure parser for Emacs Lisp")
|
(synopsis "Clojure parser for Emacs Lisp")
|
||||||
(description
|
(description
|
||||||
"An Emacs Lisp library for parsing Clojure code and EDN data.
|
"Parseclj is an Emacs Lisp library for parsing Clojure code and EDN data.
|
||||||
It supports several input and output formats, all powered by the
|
It supports several input and output formats, all powered by the same
|
||||||
same shift-reduce parser function.")
|
shift-reduce parser function.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-hide-mode-line
|
(define-public emacs-hide-mode-line
|
||||||
|
|
Loading…
Add table
Reference in a new issue