summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-11 19:06:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-11 19:06:00 +0000
commitdd24e6a699b823ed3609a9cb98350ae98f54ed42 (patch)
treecfcca5d17372f4be162f21221eaa76fd6466a582
parent8ffcb79f954c5453384ebc127c24492372e57c58 (diff)
downloademacs-dd24e6a699b823ed3609a9cb98350ae98f54ed42.tar.gz
(syms_of_buffer): Doc fix.
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 46669694863..638a3f70241 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2370,7 +2370,9 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
%b -- print buffer name. %f -- print visited file name.\n\
%* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\
%s -- print process status. %l -- print the current line number.\n\
- %p -- print percent of buffer above top of window, or top, bot or all.\n\
+ %p -- print percent of buffer above top of window, or Top, Bot or All.\n\
+ %p -- print percent of buffer above bottom of window, perhaps plus Top,\n\
+ or print Bottom or All.\n\
%n -- print Narrow if appropriate.\n\
%t -- print T if files is text, B if binary.\n\
%[ -- print one [ for each recursive editing level. %] similar.\n\