Mercurial > emacs
changeset 19977:f5ea3a56adb5
(mode-line-format): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Sep 1997 00:40:45 +0000 |
parents | 81065d2158f9 |
children | 83050d7e3f64 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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\