aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 3dff44a6b86..73db9d21419 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5470,10 +5470,11 @@ A string is printed verbatim in the mode line except for %-constructs:
5470 %p -- print percent of buffer above top of window, or Top, Bot or All. 5470 %p -- print percent of buffer above top of window, or Top, Bot or All.
5471 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5471 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5472 or print Bottom or All. 5472 or print Bottom or All.
5473 %m -- print the mode name.
5474 %n -- print Narrow if appropriate. 5473 %n -- print Narrow if appropriate.
5474 %t -- visited file is text or binary (if OS supports this distinction).
5475 %z -- print mnemonics of buffer, terminal, and keyboard coding systems. 5475 %z -- print mnemonics of buffer, terminal, and keyboard coding systems.
5476 %Z -- like %z, but including the end-of-line format. 5476 %Z -- like %z, but including the end-of-line format.
5477 %e -- print error message about full memory.
5477 %[ -- print one [ for each recursive editing level. %] similar. 5478 %[ -- print one [ for each recursive editing level. %] similar.
5478 %% -- print %. %- -- print infinitely many dashes. 5479 %% -- print %. %- -- print infinitely many dashes.
5479Decimal digits after the % specify field width to which to pad. */); 5480Decimal digits after the % specify field width to which to pad. */);