From: Richard M. Stallman Date: Tue, 3 May 1994 19:17:39 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/9d130ffc2369e96c45bae5009bc2a5b287a2ab9a (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 1438a70074..c03263a5da 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2422,7 +2422,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\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\ + %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ or print Bottom or All.\n\ %n -- print Narrow if appropriate.\n\ %t -- print T if files is text, B if binary.\n\