; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.
This commit is contained in:
parent
fe0d9dfb3b
commit
8e3e206bd3
1 changed files with 1 additions and 1 deletions
|
@ -5183,7 +5183,7 @@ A string is printed verbatim in the mode line except for %-constructs:
|
|||
%P -- print percent of buffer above bottom of window, perhaps plus Top,
|
||||
or print Bottom or All.
|
||||
%q -- print percent of buffer above both the top and the bottom of the
|
||||
window, separated by ‘-’, or ‘All’.
|
||||
window, separated by `-', or `All'.
|
||||
%s -- print process status.
|
||||
%z -- print mnemonics of keyboard, terminal, and buffer coding systems.
|
||||
%Z -- like %z, but including the end-of-line format.
|
||||
|
|
Loading…
Add table
Reference in a new issue