[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 64dbb01993e 2/2: ; Fix last change.
From: |
Eli Zaretskii |
Subject: |
master 64dbb01993e 2/2: ; Fix last change. |
Date: |
Thu, 19 Dec 2024 09:36:51 -0500 (EST) |
branch: master
commit 64dbb01993ee4e00f5af72c5df935c64ed321a3e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Fix last change.
---
etc/NEWS | 4 ++--
1 file 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
** 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, trying to create minibuffer-only child frames on ttys
-will signal an error.
+In particular, trying to create minibuffer-only child frames on a TTY
+frame will signal an error.
To enable tooltips on TTY frames, call 'tty-tip-mode'.