]> code.delx.au - gnu-emacs/blobdiff - src/buffer.c
Merged in changes from CVS HEAD
[gnu-emacs] / src / buffer.c
index fa5a9c85c2da67ba71ecb9f0bc3d4574a52ad0d3..d14db61c2a944fdced096e92a1c96e3ffd7dfd24 100644 (file)
@@ -5372,7 +5372,7 @@ A string is printed verbatim in the mode line except for %-constructs:
   (%-constructs are allowed when the string is the entire mode-line-format
    or when it is found in a cons-cell or a list)
   %b -- print buffer name.      %f -- print visited file name.
-  %F -- print frame name.
+  %F -- print frame name.       %T -- print frame name if on tty.
   %* -- print %, * or hyphen.   %+ -- print *, % or hyphen.
        %& is like %*, but ignore read-only-ness.
        % means buffer is read-only and * means it is modified.