]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Jul 1994 19:50:30 +0000 (19:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Jul 1994 19:50:30 +0000 (19:50 +0000)
src/buffer.c

index 849b7df735f988cc0d7cd106cf4eae9bef886ed9..de34c6e26b7163c05bd25fb0b05af4e8f704bf0a 100644 (file)
@@ -2574,7 +2574,9 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
   (%-constructs are allowed when the string is the entire mode-line-format\n\
    or when it is found in a cons-cell or a list)\n\
   %b -- print buffer name.      %f -- print visited file name.\n\
-  %* -- print *, % or hyphen.   %+ -- print * or hyphen.\n\
+  %* -- print %, * or hyphen.   %+ -- print *, % or hyphen.\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\
   %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\