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 d14db61c2a9..fa5a9c85c2d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5372,7 +5372,7 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5372 | (%-constructs are allowed when the string is the entire mode-line-format | 5372 | (%-constructs are allowed when the string is the entire mode-line-format |
| 5373 | or when it is found in a cons-cell or a list) | 5373 | or when it is found in a cons-cell or a list) |
| 5374 | %b -- print buffer name. %f -- print visited file name. | 5374 | %b -- print buffer name. %f -- print visited file name. |
| 5375 | %F -- print frame name. %T -- print frame name if on tty. | 5375 | %F -- print frame name. |
| 5376 | %* -- print %, * or hyphen. %+ -- print *, % or hyphen. | 5376 | %* -- print %, * or hyphen. %+ -- print *, % or hyphen. |
| 5377 | %& is like %*, but ignore read-only-ness. | 5377 | %& is like %*, but ignore read-only-ness. |
| 5378 | % means buffer is read-only and * means it is modified. | 5378 | % means buffer is read-only and * means it is modified. |