mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: emacs-windower: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-windower): Fix Texinfo code for lists in description.
This commit is contained in:
parent
7a4b2da48f
commit
1eee899617
1 changed files with 6 additions and 6 deletions
|
@ -20559,12 +20559,12 @@ (define-public emacs-windower
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue