mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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:
parent
afcdfc2079
commit
ee9df2de04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue