projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367c049
)
; * doc/lispref/modes.texi (Mode Line Data): Fix formatting.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jul 2024 12:56:47 +0000
(15:56 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Jul 2024 12:56:47 +0000
(15:56 +0300)
doc/lispref/modes.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/modes.texi
b/doc/lispref/modes.texi
index 7c7823b5f9b3f36e4e750020d946efaa206ad669..27b74a9d233c20625409902e2a123c7c43ed9660 100644
(file)
--- a/
doc/lispref/modes.texi
+++ b/
doc/lispref/modes.texi
@@
-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