guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-windower: Fix description.


From: guix-commits
Subject: branch master updated: gnu: emacs-windower: Fix description.
Date: Mon, 02 Mar 2020 17:00:33 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1eee899  gnu: emacs-windower: Fix description.
1eee899 is described below

commit 1eee899617cfd2216baba5be42e2c2d77f58715a
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon Mar 2 22:59:57 2020 +0100

    gnu: emacs-windower: Fix description.
    
    * gnu/packages/emacs-xyz.scm (emacs-windower): Fix Texinfo code for lists in
    description.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0528b0d..1fae242 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20559,12 +20559,12 @@ commands that bear resemblance to the input command.")
 such as:
 
 @itemize
-- switch to last buffer,
-- toggle single window display,
-- toggle between horizontal and vertical splits,
-- move borders more naturally,
-- swap windows à-la @code{windmove}.
-@end itemize\n")
+@item switch to last buffer,
+@item toggle single window display,
+@item toggle between horizontal and vertical splits,
+@item move borders more naturally,
+@item swap windows à-la @code{windmove}.
+@end itemize")
     (license license:gpl3+)))
 
 (define-public emacs-flycheck-cpplint



reply via email to

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