gnu: emacs-slime: Use correct Texinfo commands in the description.
Previously the description had "@{something}" in it which is never valid Texinfo. This commit changes it to use "@command{something}" to render the full description. * gnu/packages/emacs.scm (emacs-slime)[description]: Correct Texinfo usage. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
77a7891b87
commit
db574f7183
|
@ -2644,11 +2644,11 @@ in @code{html-mode}.")
|
||||||
(synopsis "Superior Lisp Interaction Mode for Emacs")
|
(synopsis "Superior Lisp Interaction Mode for Emacs")
|
||||||
(description
|
(description
|
||||||
"SLIME extends Emacs with support for interactive programming in
|
"SLIME extends Emacs with support for interactive programming in
|
||||||
Common Lisp. The features are centered around @{slime-mode}, an Emacs
|
Common Lisp. The features are centered around @command{slime-mode},
|
||||||
minor mode that complements the standard @{lisp-mode}. While lisp-mode
|
an Emacs minor mode that complements the standard @command{lisp-mode}.
|
||||||
supports editing Lisp source files, @{slime-mode} adds support for
|
While lisp-mode supports editing Lisp source files, @command{slime-mode}
|
||||||
interacting with a running Common Lisp process for compilation,
|
adds support for interacting with a running Common Lisp process
|
||||||
debugging, documentation lookup, and so on.")
|
for compilation, debugging, documentation lookup, and so on.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-popup
|
(define-public emacs-popup
|
||||||
|
|
Loading…
Reference in New Issue