From 0277fd791bca001254652d581172124c0c5f2f14 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Wed, 4 Feb 2026 17:36:32 +0100 Subject: [PATCH] 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. --- lisp/emacs-lisp/package.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 93c02b678e7..bf7e08580f9 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -4681,8 +4681,8 @@ if affirmative, otherwise nil" "The buffer \"" (buffer-name buf) "\" currently lacks any language-specific support. -The Emacs package manager can provide the editor support for these kinds -of files by installing a third-party package:" nl) +The package manager can provide the editor support for these kinds of +files by downloading a package from Emacs's package archive:" nl) (when (length> packages 1) (insert nl "(Note that there are multiple candidate packages,