aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
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\
2574 (%-constructs are allowed when the string is the entire mode-line-format\n\ 2574 (%-constructs are allowed when the string is the entire mode-line-format\n\
2575 or when it is found in a cons-cell or a list)\n\ 2575 or when it is found in a cons-cell or a list)\n\
2576 %b -- print buffer name. %f -- print visited file name.\n\ 2576 %b -- print buffer name. %f -- print visited file name.\n\
2577 %* -- print *, % or hyphen. %+ -- print * or hyphen.\n\ 2577 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\
2578 % means buffer is read-only and * means it is modified.\n\
2579 For a modified read-only buffer, %* gives % and %+ gives *.\n\
2578 %s -- print process status. %l -- print the current line number.\n\ 2580 %s -- print process status. %l -- print the current line number.\n\
2579 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ 2581 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\
2580 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ 2582 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\