summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-05-07 20:35:51 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-05-07 20:35:51 +0200
commit5e5bcc800bd08049dbab24f496fd0cfaa144d91e (patch)
tree2e1bbc44a18db7834580ca0a1fb86e230564f79e /gnu
parent9b107868f8d14f85d9bf47d02c20f1c922f995de (diff)
downloadpatches-5e5bcc800bd08049dbab24f496fd0cfaa144d91e.tar
patches-5e5bcc800bd08049dbab24f496fd0cfaa144d91e.tar.gz
gnu: emacs-rsw-elisp: Improve description.
* gnu/packages/emacs.scm (emacs-rsw-elisp)[description]: Wrap code with Texinfo syntax for code.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6b581b1612..9b6ccf57a5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9746,8 +9746,8 @@ split to display more windows and more buffers, the buffer exits
(synopsis "Improved expressions that interactively evaluate Emacs Lisp")
(description "This package improves and replaces the GNU Emacs commands
that interactively evaluate Emacs Lisp expressions. The new commands replace
-standard key bindings and are all prefixed with rsw-elisp-. They work the
-same way as the old commands when called non-interactively; only the
+standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
+the same way as the old commands when called non-interactively; only the
interactive behavior should be different.")
(license license:gpl3+)))