Mercurial > emacs
changeset 18921:099aeb6bf4ea
(syms_of_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 23 Jul 1997 16:57:18 +0000 |
parents | 9c03cae980ed |
children | 982cb05db65f |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Wed Jul 23 16:34:32 1997 +0000 +++ b/src/buffer.c Wed Jul 23 16:57:18 1997 +0000 @@ -3879,6 +3879,8 @@ 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\