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 5369fe0fac1..47877b6a37b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5507,7 +5507,7 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5507 | or print Bottom or All. | 5507 | or print Bottom or All. |
| 5508 | %n -- print Narrow if appropriate. | 5508 | %n -- print Narrow if appropriate. |
| 5509 | %t -- visited file is text or binary (if OS supports this distinction). | 5509 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5510 | %z -- print mnemonics of buffer, terminal, and keyboard coding systems. | 5510 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5511 | %Z -- like %z, but including the end-of-line format. | 5511 | %Z -- like %z, but including the end-of-line format. |
| 5512 | %e -- print error message about full memory. | 5512 | %e -- print error message about full memory. |
| 5513 | %[ -- print one [ for each recursive editing level. %] similar. | 5513 | %[ -- print one [ for each recursive editing level. %] similar. |