summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Sainty <psainty@orcon.net.nz>2022-08-14 23:11:43 +1200
committerPhil Sainty <psainty@orcon.net.nz>2023-03-26 23:44:01 +1300
commit207176e6b1c162dddebddcfb1ba7efd270d48b01 (patch)
tree55e25e4ddde253f0739f46924ae8e5a3d0177f8d /src
parent9cfae822fb36dc4beb4d397c36c447d059c18ca7 (diff)
downloademacs-207176e6b1c162dddebddcfb1ba7efd270d48b01.tar.gz
* src/buffer.c (mode-line-format): Document %o and %q constructs
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 3bcd387f0c5..0c740775e5b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5139,9 +5139,12 @@ A string is printed verbatim in the mode line except for %-constructs:
%C -- Like %c, but the leftmost column is displayed as one.
%i -- print the size of the buffer.
%I -- like %i, but use k, M, G, etc., to abbreviate.
+ %o -- print percent of window travel through buffer, or Top, Bot or All.
%p -- print percent of buffer above top of window, or Top, Bot or All.
%P -- print percent of buffer above bottom of window, perhaps plus Top,
or print Bottom or All.
+ %q -- print percent of buffer above both the top and the bottom of the
+ window, separated by β€˜-’, or β€˜All’.
%n -- print Narrow if appropriate.
%z -- print mnemonics of keyboard, terminal, and buffer coding systems.
%Z -- like %z, but including the end-of-line format.