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 8f983692124..744b0ef5548 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5183,7 +5183,7 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5183 | %P -- print percent of buffer above bottom of window, perhaps plus Top, | 5183 | %P -- print percent of buffer above bottom of window, perhaps plus Top, |
| 5184 | or print Bottom or All. | 5184 | or print Bottom or All. |
| 5185 | %q -- print percent of buffer above both the top and the bottom of the | 5185 | %q -- print percent of buffer above both the top and the bottom of the |
| 5186 | window, separated by ‘-’, or ‘All’. | 5186 | window, separated by `-', or `All'. |
| 5187 | %s -- print process status. | 5187 | %s -- print process status. |
| 5188 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. | 5188 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5189 | %Z -- like %z, but including the end-of-line format. | 5189 | %Z -- like %z, but including the end-of-line format. |