diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-05-07 20:35:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-05-07 20:35:51 +0200 |
commit | 5e5bcc800bd08049dbab24f496fd0cfaa144d91e (patch) | |
tree | 2e1bbc44a18db7834580ca0a1fb86e230564f79e | |
parent | 9b107868f8d14f85d9bf47d02c20f1c922f995de (diff) | |
download | patches-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.
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
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+))) |