From: Richard M. Stallman Date: Sat, 2 Jul 1994 19:50:30 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: emacs-19.34~7728 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2ff34f7a3850ee53198bb636e58dc237f3ae81a;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 849b7df735f..de34c6e26b7 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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\