Rephrase package suggestion message

* lisp/emacs-lisp/package.el (package--autosugest-prompt):
Follow Richard's suggestion from
https://mail.gnu.org/archive/html/emacs-devel/2026-02/msg00040.html.
This commit is contained in:
Philip Kaludercic 2026-02-04 17:36:32 +01:00
parent 4ab81f82bf
commit 0277fd791b
No known key found for this signature in database

View file

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