diff options
| author | Eli Zaretskii | 2024-12-19 16:36:30 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-19 16:36:30 +0200 |
| commit | 64dbb01993ee4e00f5af72c5df935c64ed321a3e (patch) | |
| tree | ff3db7db82908d46d33763f50f61c92096813d8f | |
| parent | 35cf00886451ab2fddf47134117c96aa497676bf (diff) | |
| download | emacs-64dbb01993ee4e00f5af72c5df935c64ed321a3e.tar.gz emacs-64dbb01993ee4e00f5af72c5df935c64ed321a3e.zip | |
; Fix last change.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 48 | This supports use-cases like Posframe, Corfu, and child frames acting | 48 | This supports use-cases like Posframe, Corfu, and child frames acting |
| 49 | like tooltips. Other use-cases of child frames are not supported yet. | 49 | like tooltips. Other use-cases of child frames are not supported yet. |
| 50 | In particular, trying to create minibuffer-only child frames on ttys | 50 | In particular, trying to create minibuffer-only child frames on a TTY |
| 51 | will signal an error. | 51 | frame will signal an error. |
| 52 | 52 | ||
| 53 | To enable tooltips on TTY frames, call 'tty-tip-mode'. | 53 | To enable tooltips on TTY frames, call 'tty-tip-mode'. |
| 54 | 54 | ||