diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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\ | |||
| 2422 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ | 2422 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ |
| 2423 | %s -- print process status. %l -- print the current line number.\n\ | 2423 | %s -- print process status. %l -- print the current line number.\n\ |
| 2424 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 2424 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 2425 | %p -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 2425 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
| 2426 | or print Bottom or All.\n\ | 2426 | or print Bottom or All.\n\ |
| 2427 | %n -- print Narrow if appropriate.\n\ | 2427 | %n -- print Narrow if appropriate.\n\ |
| 2428 | %t -- print T if files is text, B if binary.\n\ | 2428 | %t -- print T if files is text, B if binary.\n\ |