1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix recent documentation changes

* doc/lispref/frames.texi (Frames, Visibility of Frames):
* etc/NEWS: Fix wording, punctuation, and markup.
This commit is contained in:
Eli Zaretskii 2025-03-22 12:55:43 +02:00
parent 098fe4b73b
commit d9386cb546
2 changed files with 5 additions and 5 deletions

View file

@ -35,8 +35,8 @@ although you can create additional frames and switch between them, the
terminal only shows one non-child frame at a time. This frame is
referred to as the @dfn{top frame} of that terminal and can be retrieved
with the function @code{tty-top-frame} described below. A top frame may
have child frames (@pxref{Child Frames}) which will be shown together
with it but cannot be a child frame itself.
have child frames (@pxref{Child Frames}), which will be shown together
with it, but it cannot be a child frame itself.
Graphical terminals, on the other hand, are managed by graphical display
systems such as the X Window System, which allow Emacs to show multiple
@ -3292,7 +3292,7 @@ value is @code{t} if @var{frame} is visible, @code{nil} if it is
invisible, and @code{icon} if it is iconified.
Note that the visibility status of a frame as reported by this function
(and by the @code{visibility} frame parameter, @ref{Frame Interaction
(and by the @code{visibility} frame parameter, @pxref{Frame Interaction
Parameters}) does not necessarily tell whether the frame is actually
seen on display. Any such frame can be partially or completely obscured
by other window manager windows on the same graphical terminal. Whether

View file

@ -72,7 +72,7 @@ display table it changes.
** Child frames are now supported on TTY frames.
This supports use-cases like Posframe, Corfu, and child frames acting
like tooltips. Other use-cases of child frames are not supported yet.
In particular a TTY child frame cannot be converted to a root frame or
In particular, a TTY child frame cannot be converted to a root frame or
vice-versa.
To enable tooltips on TTY frames, call 'tty-tip-mode'.