aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorChong Yidong2006-10-13 14:22:42 +0000
committerChong Yidong2006-10-13 14:22:42 +0000
commitbb5da5be91d50916bf373fa04d16c387c5b39ddc (patch)
tree29010256160609bb3c7435620ca297a038061eec /lispref/frames.texi
parent98721beb4bda354157e8de104ed2154fb1d46368 (diff)
downloademacs-bb5da5be91d50916bf373fa04d16c387c5b39ddc.tar.gz
emacs-bb5da5be91d50916bf373fa04d16c387c5b39ddc.zip
* frames.texi (Frame Titles): %c and %l are ignored in
frame-title-format.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 0f243135cbb..617a2a1d05d 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -899,7 +899,8 @@ frame is redisplayed.
899@defvar frame-title-format 899@defvar frame-title-format
900This variable specifies how to compute a name for a frame when you have 900This variable specifies how to compute a name for a frame when you have
901not explicitly specified one. The variable's value is actually a mode 901not explicitly specified one. The variable's value is actually a mode
902line construct, just like @code{mode-line-format}. @xref{Mode Line 902line construct, just like @code{mode-line-format}, except that the
903@samp{%c} and @samp{%l} constructs are ignored. @xref{Mode Line
903Data}. 904Data}.
904@end defvar 905@end defvar
905 906