aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-19 16:36:30 +0200
committerEli Zaretskii2024-12-19 16:36:30 +0200
commit64dbb01993ee4e00f5af72c5df935c64ed321a3e (patch)
treeff3db7db82908d46d33763f50f61c92096813d8f
parent35cf00886451ab2fddf47134117c96aa497676bf (diff)
downloademacs-64dbb01993ee4e00f5af72c5df935c64ed321a3e.tar.gz
emacs-64dbb01993ee4e00f5af72c5df935c64ed321a3e.zip
; Fix last change.
-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