summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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