# HG changeset patch # User Richard M. Stallman # Date 869677038 0 # Node ID 099aeb6bf4eac5a0ca5c6548cecd74031ba37ee7 # Parent 9c03cae980ed965ee2d8aeaeb06d0e00633fe17c (syms_of_buffer): Doc fix. diff -r 9c03cae980ed -r 099aeb6bf4ea src/buffer.c --- 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\