gnu: emacs-windower: Fix description.

* gnu/packages/emacs-xyz.scm (emacs-windower): Fix Texinfo code for lists in
description.
This commit is contained in:
Nicolas Goaziou 2020-03-02 22:59:57 +01:00
parent 7a4b2da48f
commit 1eee899617
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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