gnu: emacs-highlight-defined: Fix trailing whitespace in description.

* gnu/packages/emacs-xyz.scm (emacs-highlight-defined)[description]: Fix
  trailing whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-29 22:19:16 -08:00
parent afcdfc2079
commit ee9df2de04
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -19781,7 +19781,7 @@ (define-public emacs-highlight-defined
(synopsis "Syntax highlighting of known Elisp symbols")
(description "Minor mode providing syntax highlighting of known Emacs Lisp
symbols. Currently the code distinguishes Lisp functions, built-in functions,
macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
macros, faces and variables. To enable call @code{highlight-defined-mode}.")
(license license:gpl3+)))
(define-public emacs-parinfer-mode