diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 436e17f87f..3688903e05 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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