branch: externals/corfu
commit 7e9a2439487f0a488e3f1670c913480b33863a31
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Suggest tty-child-frames
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 123d6b2aa9..ca1c835e80 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

Reply via email to