diff lispref/frames.texi @ 73353:ae1dd9c6ba18

* frames.texi (Frame Titles): %c and %l are ignored in frame-title-format.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 13 Oct 2006 14:22:42 +0000
parents 0ff4f0f6cdbd
children e456c2727989 8dd8c8286063
line wrap: on
line diff
--- a/lispref/frames.texi	Fri Oct 13 14:18:09 2006 +0000
+++ b/lispref/frames.texi	Fri Oct 13 14:22:42 2006 +0000
@@ -899,7 +899,8 @@
 @defvar frame-title-format
 This variable specifies how to compute a name for a frame when you have
 not explicitly specified one.  The variable's value is actually a mode
-line construct, just like @code{mode-line-format}.  @xref{Mode Line
+line construct, just like @code{mode-line-format}, except that the
+@samp{%c} and @samp{%l} constructs are ignored.  @xref{Mode Line
 Data}.
 @end defvar