guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: emacs-slime: Use correct Texinfo commands in the description


From: Marius Bakke
Subject: 04/05: gnu: emacs-slime: Use correct Texinfo commands in the description.
Date: Sun, 5 Nov 2017 13:25:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit db574f7183199d76936663ce47198133e11f0935
Author: ng0 <address@hidden>
Date:   Wed Nov 1 22:03:40 2017 +0000

    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 <address@hidden>
---
 gnu/packages/emacs.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d3e4fc0..8362ee1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2644,11 +2644,11 @@ in @code{html-mode}.")
     (synopsis "Superior Lisp Interaction Mode for Emacs")
     (description
      "SLIME extends Emacs with support for interactive programming in
-Common Lisp.  The features are centered around @{slime-mode}, an Emacs
-minor mode that complements the standard @{lisp-mode}.  While lisp-mode
-supports editing Lisp source files, @{slime-mode} adds support for
-interacting with a running Common Lisp process for compilation,
-debugging, documentation lookup, and so on.")
+Common Lisp.  The features are centered around @command{slime-mode},
+an Emacs minor mode that complements the standard @command{lisp-mode}.
+While lisp-mode supports editing Lisp source files, @command{slime-mode}
+adds support for interacting with a running Common Lisp process
+for compilation, debugging, documentation lookup, and so on.")
     (license license:gpl2+)))
 
 (define-public emacs-popup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]