From 64dbb01993ee4e00f5af72c5df935c64ed321a3e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 19 Dec 2024 16:36:30 +0200 Subject: [PATCH] ; 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'.