diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index c2e72e156f3..4c3f5b70e5e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3603,6 +3603,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 3603 | % means buffer is read-only and * means it is modified.\n\ | 3603 | % means buffer is read-only and * means it is modified.\n\ |
| 3604 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ | 3604 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ |
| 3605 | %s -- print process status. %l -- print the current line number.\n\ | 3605 | %s -- print process status. %l -- print the current line number.\n\ |
| 3606 | %c -- print the current column number (this makes editing slower).\n\ | ||
| 3606 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 3607 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 3607 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 3608 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
| 3608 | or print Bottom or All.\n\ | 3609 | or print Bottom or All.\n\ |