]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Apr 1996 16:10:19 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Apr 1996 16:10:19 +0000 (16:10 +0000)
src/buffer.c

index c2e72e156f386dfd1e2057f21bd620ffe44aba90..4c3f5b70e5ec7fa37fc2314aeac4a3479fe948d6 100644 (file)
@@ -3603,6 +3603,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
        % 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\