From 0054a5ff0cbb06fea6035a0eeab7bcc110c90767 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 1 Feb 2026 19:43:26 +0100 Subject: [PATCH] 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 --- 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 d587c8bbfd9..32294169d74 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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,