# HG changeset patch # User Richard M. Stallman # Date 829671019 0 # Node ID 0d32c8a2ae395a5d6d3a81d5ce9a2b146d56f236 # Parent fef6a7e70bf4d876c813e7d651a6cde074a3ece8 (syms_of_buffer): Doc fix. diff -r fef6a7e70bf4 -r 0d32c8a2ae39 src/buffer.c --- 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\