diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index a2bff81ebd8..16321df850d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3879,6 +3879,8 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 3879 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ | 3879 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ |
| 3880 | %s -- print process status. %l -- print the current line number.\n\ | 3880 | %s -- print process status. %l -- print the current line number.\n\ |
| 3881 | %c -- print the current column number (this makes editing slower).\n\ | 3881 | %c -- print the current column number (this makes editing slower).\n\ |
| 3882 | To make the column number update correctly in all cases,\n\ | ||
| 3883 | `column-number-mode' must be non-nil.\n\ | ||
| 3882 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 3884 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 3883 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 3885 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
| 3884 | or print Bottom or All.\n\ | 3886 | or print Bottom or All.\n\ |