From: Chong Yidong Date: Fri, 13 Oct 2006 14:22:42 +0000 (+0000) Subject: * frames.texi (Frame Titles): %c and %l are ignored in X-Git-Tag: emacs-pretest-22.0.90~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb5da5be91d50916bf373fa04d16c387c5b39ddc;p=emacs.git * frames.texi (Frame Titles): %c and %l are ignored in frame-title-format. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 92ca25b56b6..b059d238cdd 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-10-13 Chong Yidong + + * frames.texi (Frame Titles): %c and %l are ignored in + frame-title-format. + 2006-10-11 Richard Stallman * keymaps.texi (Key Sequences): Clarify use of kbd. 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. @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