Mercurial > emacs
changeset 15032:0d32c8a2ae39
(syms_of_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Apr 1996 16:10:19 +0000 |
parents | fef6a7e70bf4 |
children | 9e174c2b4ba6 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Apr 16 16:04:01 1996 +0000 +++ b/src/buffer.c Tue Apr 16 16:10:19 1996 +0000 @@ -3603,6 +3603,7 @@ % 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\