aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorPo Lu2024-06-26 12:13:52 +0800
committerPo Lu2024-06-26 12:13:52 +0800
commitf8399633b4cc17b79ceee4ba3bd0f36fc3c0b3d9 (patch)
tree72cbd1eb21f524f6d7ccf5bccd10a0163e3a93eb /src/buffer.c
parent4ce30903c5dea2195b80118e2633eedd9322ce49 (diff)
parent8b1841021c0d1ca92cb79443909824519429f75f (diff)
downloademacs-f8399633b4cc17b79ceee4ba3bd0f36fc3c0b3d9.tar.gz
emacs-f8399633b4cc17b79ceee4ba3bd0f36fc3c0b3d9.zip
Merge from savannah/emacs-30
8b1841021c0 Avert crash in store_mode_line_string on Android 5.0 and ... e7c85f9235a Use HarfBuzz in Cygwin-w32 build 8e3e206bd32 ; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASC...
Diffstat (limited to 'src/buffer.c')
-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.