From c806d99edd5921be2d12f47aa94c0a31d6a7833a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jul 1994 19:37:12 +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 5b4cf3a6162..849b7df735f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2574,7 +2574,7 @@ 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. %m -- print value of mode-name (obsolete).\n\ + %* -- print *, % or hyphen. %+ -- print * or hyphen.\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\ -- 2.39.5