aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-23 16:57:18 +0000
committerRichard M. Stallman <[email protected]>1997-07-23 16:57:18 +0000
commit6a567ad8a6868f44bc91f5aa8bd00ccf377d3521 (patch)
tree57d190039e470c402e09b31ba1cdccd3fff1ea78 /src/buffer.c
parent7eaada67d59952a90cb44deb68998d73337f89f6 (diff)
(syms_of_buffer): Doc fix.
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 a2bff81ebd..16321df850 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3879,6 +3879,8 @@ A string is printed verbatim in the mode line except for %-constructs:\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\
+ To make the column number update correctly in all cases,\n\
+ `column-number-mode' must be non-nil.\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\