diff options
| author | Chong Yidong | 2006-10-13 14:22:42 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-13 14:22:42 +0000 |
| commit | bb5da5be91d50916bf373fa04d16c387c5b39ddc (patch) | |
| tree | 29010256160609bb3c7435620ca297a038061eec | |
| parent | 98721beb4bda354157e8de104ed2154fb1d46368 (diff) | |
| download | emacs-bb5da5be91d50916bf373fa04d16c387c5b39ddc.tar.gz emacs-bb5da5be91d50916bf373fa04d16c387c5b39ddc.zip | |
* frames.texi (Frame Titles): %c and %l are ignored in
frame-title-format.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/frames.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 92ca25b56b6..b059d238cdd 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * frames.texi (Frame Titles): %c and %l are ignored in | ||
| 4 | frame-title-format. | ||
| 5 | |||
| 1 | 2006-10-11 Richard Stallman <rms@gnu.org> | 6 | 2006-10-11 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Key Sequences): Clarify use of kbd. | 8 | * 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. | |||
| 899 | @defvar frame-title-format | 899 | @defvar frame-title-format |
| 900 | This variable specifies how to compute a name for a frame when you have | 900 | This variable specifies how to compute a name for a frame when you have |
| 901 | not explicitly specified one. The variable's value is actually a mode | 901 | not explicitly specified one. The variable's value is actually a mode |
| 902 | line construct, just like @code{mode-line-format}. @xref{Mode Line | 902 | line construct, just like @code{mode-line-format}, except that the |
| 903 | @samp{%c} and @samp{%l} constructs are ignored. @xref{Mode Line | ||
| 903 | Data}. | 904 | Data}. |
| 904 | @end defvar | 905 | @end defvar |
| 905 | 906 | ||