aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-25 16:42:47 +0300
committerEli Zaretskii2024-06-25 16:42:47 +0300
commit8e3e206bd32c2fc4dc07ab2c6271fd0d0e8dddd9 (patch)
tree9e2600f316d1cc127b53fe9580002abc6d005c06 /src
parentfe0d9dfb3b1c5b63f076c7761b307f31aed57206 (diff)
downloademacs-8e3e206bd32c2fc4dc07ab2c6271fd0d0e8dddd9.tar.gz
emacs-8e3e206bd32c2fc4dc07ab2c6271fd0d0e8dddd9.zip
; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 8f983692124..744b0ef5548 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5183,7 +5183,7 @@ A string is printed verbatim in the mode line except for %-constructs:
5183 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5183 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5184 or print Bottom or All. 5184 or print Bottom or All.
5185 %q -- print percent of buffer above both the top and the bottom of the 5185 %q -- print percent of buffer above both the top and the bottom of the
5186 window, separated by -, or All. 5186 window, separated by `-', or `All'.
5187 %s -- print process status. 5187 %s -- print process status.
5188 %z -- print mnemonics of keyboard, terminal, and buffer coding systems. 5188 %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
5189 %Z -- like %z, but including the end-of-line format. 5189 %Z -- like %z, but including the end-of-line format.