changeset 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 1504e6546638
children ae275f011f63
files lispref/ChangeLog lispref/frames.texi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Fri Oct 13 14:18:09 2006 +0000
+++ b/lispref/ChangeLog	Fri Oct 13 14:22:42 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
+
+	* frames.texi (Frame Titles): %c and %l are ignored in
+	frame-title-format.
+
 2006-10-11  Richard Stallman  <rms@gnu.org>
 
 	* keymaps.texi (Key Sequences): Clarify use of kbd.
--- 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