summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-29 22:19:16 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-29 22:48:07 -0800
commitee9df2de043a46d4343d02395d970752bcf094d0 (patch)
tree811a73b175cb2adcd96a964f6dcde0a0aa6ecd7e
parentafcdfc20795d56fdb79b4ab490978b96d9de5dba (diff)
downloadguix-patches-ee9df2de043a46d4343d02395d970752bcf094d0.tar
guix-patches-ee9df2de043a46d4343d02395d970752bcf094d0.tar.gz
gnu: emacs-highlight-defined: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-highlight-defined)[description]: Fix trailing whitespace.
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2b5a32a9b7..bc9d74c6c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19781,7 +19781,7 @@ decrease the number at point.")
(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