branch: externals/corfu
commit 986cb6dabce0ba86a44828a7c60eee91178b989e
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
corfu: Update corfu-terminal warning on Emacs 31
---
corfu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index e91de7973b..2ea7c152a4 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