From: Karl Heuer Date: Thu, 25 Sep 1997 00:40:45 +0000 (+0000) Subject: (mode-line-format): Doc fix. X-Git-Tag: emacs-20.3~3096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d516f2d331a5bfec9249183b6b1040fba36c362;p=emacs.git (mode-line-format): Doc fix. --- 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\ (%-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\