gnu: emacs-rsw-elisp: Improve description.

* gnu/packages/emacs.scm (emacs-rsw-elisp)[description]: Wrap code with
Texinfo syntax for code.
This commit is contained in:
Ricardo Wurmus 2018-05-07 20:35:51 +02:00
parent 9b107868f8
commit 5e5bcc800b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9746,8 +9746,8 @@ split to display more windows and more buffers, the buffer exits
(synopsis "Improved expressions that interactively evaluate Emacs Lisp") (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
(description "This package improves and replaces the GNU Emacs commands (description "This package improves and replaces the GNU Emacs commands
that interactively evaluate Emacs Lisp expressions. The new commands replace that interactively evaluate Emacs Lisp expressions. The new commands replace
standard key bindings and are all prefixed with rsw-elisp-. They work the standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
same way as the old commands when called non-interactively; only the the same way as the old commands when called non-interactively; only the
interactive behavior should be different.") interactive behavior should be different.")
(license license:gpl3+))) (license license:gpl3+)))