aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2006-05-25 21:20:19 +0000
committerJuri Linkov <[email protected]>2006-05-25 21:20:19 +0000
commitdafbe726b89a36010f3f24bb1efe4ace0a5f7f0f (patch)
tree3ebfafb8a4b09bea5a9411474e8c240b1cd96ec5 /src/buffer.c
parentb35cd215140b3ebf63ef228dae501fb18ddd80cd (diff)
(mode-line-format): Fix docstring.
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 f53f67ca2c..722b9460a2 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5440,10 +5440,11 @@ A string is printed verbatim in the mode line except for %-constructs:
%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.
- %m -- print the mode name.
%n -- print Narrow if appropriate.
+ %t -- visited file is text or binary (if OS supports this distinction).
%z -- print mnemonics of buffer, terminal, and keyboard coding systems.
%Z -- like %z, but including the end-of-line format.
+ %e -- print error message about full memory.
%[ -- print one [ for each recursive editing level. %] similar.
%% -- print %. %- -- print infinitely many dashes.
Decimal digits after the % specify field width to which to pad. */);