; Fix documentation of 'icon-title-format'.

This commit is contained in:
Eli Zaretskii 2023-02-21 22:06:30 +02:00
parent 48c9a50771
commit fb5dbf6de7
2 changed files with 5 additions and 3 deletions

View file

@ -2653,8 +2653,9 @@ like that of @code{frame-title-format}. The value can also be
avoids problems with some window managers and desktop environments,
where a change in a frame's title (when a frame is iconified) is
interpreted as a request to raise the frame and/or give it input
focus. The default is a string identical to the default value of
@code{frame-title-format}.
focus. It is also useful if you want the frame's title to be the same
no matter if the frame is iconified or not. The default value is a
string identical to the default value of @code{frame-title-format}.
@end defvar
@defvar multiple-frames

View file

@ -1221,7 +1221,8 @@ the corresponding deleted frame.
That value means to use 'frame-title-format' for iconified frames.
This is useful with some window managers and desktop environments
which treat changes in frame's title as requests to raise the frame
and/or give it input focus.
and/or give it input focus, or if you want the frame's title to be the
same no matter if the frame is iconified or not.
** Tab Bars and Tab Lines