From 90c77dba14b11c828641ee8632dd22ff56b2de98 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Thu, 19 Dec 2024 16:17:16 +0100 Subject: [PATCH] Add more documentation for TTY child frames * doc/lispref/frames.texi (Child Frames): Document that TTY child frames are now supported. * etc/NEWS: Document another limitation of TTY child frames. (cherry picked from commit c19dd8e9d6c54080426623129a824e5bb2fcf7be) --- doc/lispref/frames.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 78c6d8b4b70..310b37cd5b3 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -3396,8 +3396,8 @@ of its sibling child frames. By design, operations to make or modify child frames are implemented with the help of frame parameters (@pxref{Frame Parameters}) without any -specialized functions or customizable variables. Note that child frames -are meaningful on graphical terminals only. +specialized functions or customizable variables. Child frames +are meaningful on graphical and text terminals. To create a new child frame or to convert a normal frame into a child frame, set that frame's @code{parent-frame} parameter (@pxref{Frame -- 2.39.5