]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Frame Titles): %c and %l are ignored in
authorChong Yidong <cyd@stupidchicken.com>
Fri, 13 Oct 2006 14:22:42 +0000 (14:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 13 Oct 2006 14:22:42 +0000 (14:22 +0000)
frame-title-format.

lispref/ChangeLog
lispref/frames.texi

index 92ca25b56b6e0422478e956629d40e881a5b7615..b059d238cdd751378a1b6f7a693492a8498470c5 100644 (file)
@@ -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.
index 0f243135cbb4a351169c43d0e249c90db85df809..617a2a1d05d978c6f16ddede3d1513e57dd330ae 100644 (file)
@@ -899,7 +899,8 @@ frame is redisplayed.
 @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