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 51f93c930e5..c02637ff0c5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5491,7 +5491,7 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5491 | or print Bottom or All. | 5491 | or print Bottom or All. |
| 5492 | %n -- print Narrow if appropriate. | 5492 | %n -- print Narrow if appropriate. |
| 5493 | %t -- visited file is text or binary (if OS supports this distinction). | 5493 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5494 | %z -- print mnemonics of buffer, terminal, and keyboard coding systems. | 5494 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5495 | %Z -- like %z, but including the end-of-line format. | 5495 | %Z -- like %z, but including the end-of-line format. |
| 5496 | %e -- print error message about full memory. | 5496 | %e -- print error message about full memory. |
| 5497 | %[ -- print one [ for each recursive editing level. %] similar. | 5497 | %[ -- print one [ for each recursive editing level. %] similar. |