aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorNick Roberts2007-07-22 23:19:00 +0000
committerNick Roberts2007-07-22 23:19:00 +0000
commit3649e4e000927bb8febe8ed5137a4abd3f42ad66 (patch)
treef27d38a47dc223061dd1a5932ccd167cef4c6513 /src/buffer.c
parent3650f60e8a2d958369818c17f18ed42a85fab8c0 (diff)
downloademacs-3649e4e000927bb8febe8ed5137a4abd3f42ad66.tar.gz
emacs-3649e4e000927bb8febe8ed5137a4abd3f42ad66.zip
(mode-line-format): Describe above case in doc string.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 368da4763a5..1f66deb2455 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5501,6 +5501,8 @@ A string is printed verbatim in the mode line except for %-constructs:
5501 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5501 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5502 or print Bottom or All. 5502 or print Bottom or All.
5503 %n -- print Narrow if appropriate. 5503 %n -- print Narrow if appropriate.
5504 %R -- print R or hyphen. R means that default-directory is on a
5505 remote machine.
5504 %t -- visited file is text or binary (if OS supports this distinction). 5506 %t -- visited file is text or binary (if OS supports this distinction).
5505 %z -- print mnemonics of keyboard, terminal, and buffer coding systems. 5507 %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
5506 %Z -- like %z, but including the end-of-line format. 5508 %Z -- like %z, but including the end-of-line format.