# HG changeset patch # User Karl Heuer # Date 875148045 0 # Node ID f5ea3a56adb5e77633bc14a344bcc9db096597ea # Parent 81065d2158f905dfc6746b9fdf0d7db353a2520a (mode-line-format): Doc fix. diff -r 81065d2158f9 -r f5ea3a56adb5 src/buffer.c --- 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\