diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-02 22:59:57 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-02 22:59:57 +0100 |
commit | 1eee899617cfd2216baba5be42e2c2d77f58715a (patch) | |
tree | f3b91c09f2a3c49eb0682c81d6eaf8d202c1430d /gnu | |
parent | 7a4b2da48f9d21d00b46b48f9d86e53c83ce7aa7 (diff) | |
download | patches-1eee899617cfd2216baba5be42e2c2d77f58715a.tar patches-1eee899617cfd2216baba5be42e2c2d77f58715a.tar.gz |
gnu: emacs-windower: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-windower): Fix Texinfo code for lists in
description.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0528b0d722..1fae2423f9 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 |