summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-16 16:10:19 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-16 16:10:19 +0000
commited68987633d96f95784d13df83f817dec62418ec (patch)
tree75615906a1da7189d178d8ea74857b76efe97025 /src/buffer.c
parent896051489a6a633d7a7bf2b2ba128fc0b112d80b (diff)
downloademacs-ed68987633d96f95784d13df83f817dec62418ec.tar.gz
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c2e72e156f3..4c3f5b70e5e 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3603,6 +3603,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
% means buffer is read-only and * means it is modified.\n\
For a modified read-only buffer, %* gives % and %+ gives *.\n\
%s -- print process status. %l -- print the current line number.\n\
+ %c -- print the current column number (this makes editing slower).\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\