Mercurial > emacs
diff src/buffer.c @ 19977:f5ea3a56adb5
(mode-line-format): Doc fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 25 Sep 1997 00:40:45 +0000 |
| parents | 7482ad23e430 |
| children | 52fbf5fad62e |
line wrap: on
line diff
--- a/src/buffer.c Wed Sep 24 16:38:24 1997 +0000 +++ b/src/buffer.c Thu Sep 25 00:40:45 1997 +0000 @@ -3882,6 +3882,7 @@ (%-constructs are allowed when the string is the entire mode-line-format\n\ or when it is found in a cons-cell or a list)\n\ %b -- print buffer name. %f -- print visited file name.\n\ + %F -- print frame name.\n\ %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ % means buffer is read-only and * means it is modified.\n\ For a modified read-only buffer, %* gives % and %+ gives *.\n\
