Clarify that package suggestions have to be confirmed

* lisp/emacs-lisp/package.el (package--autosugest-prompt):
Adjust message to indicate that no changes have yet occurred.

Co-Developed-By: Jens Schmidt <jschmidt4gnu@vodafonemail.de>
This commit is contained in:
Philip Kaludercic 2026-02-01 19:43:26 +01:00
parent 9b1935dc2e
commit 0054a5ff0c
No known key found for this signature in database

View file

@ -4672,8 +4672,8 @@ if affirmative, otherwise nil"
"The buffer \""
(buffer-name buf)
"\" currently lacks any language-specific support.
The package manager has detected that by installing a third-party package,
Emacs can provide the editor support for these kinds of files:" nl)
The Emacs package manager can provide the editor support for these kinds
of files by installing a third-party package:" nl)
(when (length> packages 1)
(insert nl "(Note that there are multiple candidate packages,