aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index babe6ab4fa7..7e5a73818ff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -47,8 +47,8 @@ enabled, you can disable mouse tracking by putting '(xterm-mouse-mode
47** Child frames are now supported on TTY frames. 47** Child frames are now supported on TTY frames.
48This supports use-cases like Posframe, Corfu, and child frames acting 48This supports use-cases like Posframe, Corfu, and child frames acting
49like tooltips. Other use-cases of child frames are not supported yet. 49like tooltips. Other use-cases of child frames are not supported yet.
50In particular, trying to create minibuffer-only child frames on ttys 50In particular, trying to create minibuffer-only child frames on a TTY
51will signal an error. 51frame will signal an error.
52 52
53To enable tooltips on TTY frames, call 'tty-tip-mode'. 53To enable tooltips on TTY frames, call 'tty-tip-mode'.
54 54