mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
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:
parent
4ab81f82bf
commit
0277fd791b
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue