gnu: emacs-parseclj: Fix description.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 18 Feb 2021 15:27:51 +0000 (16:27 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 18 Feb 2021 15:27:51 +0000 (16:27 +0100)
* gnu/packages/emacs-xyz.scm (emacs-parseclj)[description]: Use full sentence.

gnu/packages/emacs-xyz.scm

index 436e17f..3688903 100644 (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