diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index df1f5206668..3bcd387f0c5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5143,7 +5143,6 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5143 | %P -- print percent of buffer above bottom of window, perhaps plus Top, | 5143 | %P -- print percent of buffer above bottom of window, perhaps plus Top, |
| 5144 | or print Bottom or All. | 5144 | or print Bottom or All. |
| 5145 | %n -- print Narrow if appropriate. | 5145 | %n -- print Narrow if appropriate. |
| 5146 | %t -- visited file is text or binary (if OS supports this distinction). | ||
| 5147 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. | 5146 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5148 | %Z -- like %z, but including the end-of-line format. | 5147 | %Z -- like %z, but including the end-of-line format. |
| 5149 | %e -- print error message about full memory. | 5148 | %e -- print error message about full memory. |