summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-11-11 16:59:11 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-11-11 16:59:11 +0100
commit7e9a2439487f0a488e3f1670c913480b33863a31 (patch)
tree2f7e2a2cd474b084757bad692511e8a5df230191
parentc562be47b69f29b338e76d7e2fcfca68282fb88f (diff)
Suggest tty-child-frames
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index 123d6b2..ca1c835 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1509,7 +1509,7 @@ The ORIG function takes the FUN and WHICH arguments."
(with-eval-after-load 'corfu-terminal
(when (featurep 'tty-child-frames)
- (warn "`corfu-terminal' is unnecessary since `tty-child-frames' are supported")))
+ (display-warning 'corfu "Suggestion: Try `tty-child-frames' instead of `corfu-terminal' on Emacs 31")))
(provide 'corfu)
;;; corfu.el ends here