(syms_of_buffer): Doc fix.
This commit is contained in:
parent
7eaada67d5
commit
6a567ad8a6
1 changed files with 2 additions and 0 deletions
|
@ -3879,6 +3879,8 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
|
|||
For a modified read-only buffer, %* gives % and %+ gives *.\n\
|
||||
%s -- print process status. %l -- print the current line number.\n\
|
||||
%c -- print the current column number (this makes editing slower).\n\
|
||||
To make the column number update correctly in all cases,\n\
|
||||
`column-number-mode' must be non-nil.\n\
|
||||
%p -- print percent of buffer above top of window, or Top, Bot or All.\n\
|
||||
%P -- print percent of buffer above bottom of window, perhaps plus Top,\n\
|
||||
or print Bottom or All.\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue