me
/
guix
Archived
1
0
Fork 0

gnu: emacs-parseclj: Fix description.

* gnu/packages/emacs-xyz.scm (emacs-parseclj)[description]: Use full sentence.
master
Nicolas Goaziou 2021-02-18 16:27:51 +01:00
parent f5949d7709
commit cedd80550f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -25181,9 +25181,9 @@ It uses parseclj's shift-reduce parser internally.")
(home-page "https://cider.mx")
(synopsis "Clojure parser for Emacs Lisp")
(description
"An Emacs Lisp library for parsing Clojure code and EDN data.
It supports several input and output formats, all powered by the
same shift-reduce parser function.")
"Parseclj is an Emacs Lisp library for parsing Clojure code and EDN data.
It supports several input and output formats, all powered by the same
shift-reduce parser function.")
(license license:gpl3+)))
(define-public emacs-hide-mode-line