diff options
| author | Karl Heuer | 1997-09-25 00:40:45 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-09-25 00:40:45 +0000 |
| commit | 5d516f2d331a5bfec9249183b6b1040fba36c362 (patch) | |
| tree | 69c0e6cb307ae4aeca224764c6cbc227be6f382d /src/buffer.c | |
| parent | 3f172d5d6560b0a367ce3d720b067e0e84ddd6d9 (diff) | |
| download | emacs-5d516f2d331a5bfec9249183b6b1040fba36c362.tar.gz emacs-5d516f2d331a5bfec9249183b6b1040fba36c362.zip | |
(mode-line-format): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 301098b173d..566757e9987 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3882,6 +3882,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 3882 | (%-constructs are allowed when the string is the entire mode-line-format\n\ | 3882 | (%-constructs are allowed when the string is the entire mode-line-format\n\ |
| 3883 | or when it is found in a cons-cell or a list)\n\ | 3883 | or when it is found in a cons-cell or a list)\n\ |
| 3884 | %b -- print buffer name. %f -- print visited file name.\n\ | 3884 | %b -- print buffer name. %f -- print visited file name.\n\ |
| 3885 | %F -- print frame name.\n\ | ||
| 3885 | %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ | 3886 | %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ |
| 3886 | % means buffer is read-only and * means it is modified.\n\ | 3887 | % means buffer is read-only and * means it is modified.\n\ |
| 3887 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ | 3888 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ |