diff options
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 3 |
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 |
| 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 | ||