diff options
Diffstat (limited to 'src/buffer.c')
| -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 925463a63c3..b401ce97e48 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5517,6 +5517,8 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5517 | %P -- print percent of buffer above bottom of window, perhaps plus Top, | 5517 | %P -- print percent of buffer above bottom of window, perhaps plus Top, |
| 5518 | or print Bottom or All. | 5518 | or print Bottom or All. |
| 5519 | %n -- print Narrow if appropriate. | 5519 | %n -- print Narrow if appropriate. |
| 5520 | %R -- print R or hyphen. R means that default-directory is on a | ||
| 5521 | remote machine. | ||
| 5520 | %t -- visited file is text or binary (if OS supports this distinction). | 5522 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5521 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. | 5523 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5522 | %Z -- like %z, but including the end-of-line format. | 5524 | %Z -- like %z, but including the end-of-line format. |