diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-04 13:34:59 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-04 17:14:01 +0100 |
| commit | 986cb6dabce0ba86a44828a7c60eee91178b989e (patch) | |
| tree | cccaed9a263c7082833dd31f21f591898195dd47 /corfu.el | |
| parent | 7a3e8a748a51b6e9454e5cc8a50c05ebd7552f99 (diff) | |
corfu: Update corfu-terminal warning on Emacs 31
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
