From 9d130ffc2369e96c45bae5009bc2a5b287a2ab9a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 May 1994 19:17:39 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 1438a70074e..c03263a5dab 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\ -- 2.39.5