diff options
| author | Eli Zaretskii | 2023-02-21 22:06:30 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-02-21 22:06:30 +0200 |
| commit | fb5dbf6de73fa034338448f1029c55f85d1078b4 (patch) | |
| tree | af58578b509d03d6ddeb80041d668717e80b9b64 | |
| parent | 48c9a50771383f08593ddc41db4f42bc633a7e56 (diff) | |
| download | emacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.tar.gz emacs-fb5dbf6de73fa034338448f1029c55f85d1078b4.zip | |
; Fix documentation of 'icon-title-format'.
| -rw-r--r-- | doc/lispref/frames.texi | 5 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 638b759ff13..e0766ad0b43 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2653,8 +2653,9 @@ like that of @code{frame-title-format}. The value can also be | |||
| 2653 | avoids problems with some window managers and desktop environments, | 2653 | avoids problems with some window managers and desktop environments, |
| 2654 | where a change in a frame's title (when a frame is iconified) is | 2654 | where a change in a frame's title (when a frame is iconified) is |
| 2655 | interpreted as a request to raise the frame and/or give it input | 2655 | interpreted as a request to raise the frame and/or give it input |
| 2656 | focus. The default is a string identical to the default value of | 2656 | focus. It is also useful if you want the frame's title to be the same |
| 2657 | @code{frame-title-format}. | 2657 | no matter if the frame is iconified or not. The default value is a |
| 2658 | string identical to the default value of @code{frame-title-format}. | ||
| 2658 | @end defvar | 2659 | @end defvar |
| 2659 | 2660 | ||
| 2660 | @defvar multiple-frames | 2661 | @defvar multiple-frames |
| @@ -1221,7 +1221,8 @@ the corresponding deleted frame. | |||
| 1221 | That value means to use 'frame-title-format' for iconified frames. | 1221 | That value means to use 'frame-title-format' for iconified frames. |
| 1222 | This is useful with some window managers and desktop environments | 1222 | This is useful with some window managers and desktop environments |
| 1223 | which treat changes in frame's title as requests to raise the frame | 1223 | which treat changes in frame's title as requests to raise the frame |
| 1224 | and/or give it input focus. | 1224 | and/or give it input focus, or if you want the frame's title to be the |
| 1225 | same no matter if the frame is iconified or not. | ||
| 1225 | 1226 | ||
| 1226 | ** Tab Bars and Tab Lines | 1227 | ** Tab Bars and Tab Lines |
| 1227 | 1228 | ||