]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/modes.texi (Mode Line Data): Fix formatting.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jul 2024 12:56:47 +0000 (15:56 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 09:55:46 +0000 (11:55 +0200)
(cherry picked from commit 158835668dffcad0c5668dd01200f2737972bb3e)

doc/lispref/modes.texi

index 7c7823b5f9b3f36e4e750020d946efaa206ad669..27b74a9d233c20625409902e2a123c7c43ed9660 100644 (file)
@@ -2259,7 +2259,7 @@ space filled on the right if its width is less than @var{width}.  When
 @minus{}@var{width} columns if its width exceeds @minus{}@var{width}.
 
 For example, the usual way to show what percentage of a buffer is above
-the top of the window is to use a list like this: @code{(-3 "%p")}.
+the top of the window is to use a list like this: @w{@code{(-3 "%p")}}.
 @end table
 
 @node Mode Line Top