summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-04 13:34:59 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-04 17:14:01 +0100
commit986cb6dabce0ba86a44828a7c60eee91178b989e (patch)
treecccaed9a263c7082833dd31f21f591898195dd47 /corfu.el
parent7a3e8a748a51b6e9454e5cc8a50c05ebd7552f99 (diff)
corfu: Update corfu-terminal warning on Emacs 31
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index e91de79..2ea7c15 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1516,7 +1516,7 @@ The ORIG function takes the FUN and WHICH arguments."
(with-eval-after-load 'corfu-terminal
(when (featurep 'tty-child-frames)
- (display-warning 'corfu "Suggestion: Try `tty-child-frames' instead of `corfu-terminal' on Emacs 31")))
+ (display-warning 'corfu "`corfu-terminal' is not needed on Emacs 31")))
(provide 'corfu)
;;; corfu.el ends here