emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f85ee6d 1/2: Clarify the help in the package buffers


From: Lars Ingebrigtsen
Subject: master f85ee6d 1/2: Clarify the help in the package buffers
Date: Thu, 24 Jun 2021 12:07:39 -0400 (EDT)

branch: master
commit f85ee6d5c7ec23ee94573753275f9089215be7fd
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify the help in the package buffers
    
    * lisp/emacs-lisp/package.el (package--quick-help-keys): Clarify
    marking help (bug#40457).
---
 lisp/emacs-lisp/package.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 5df9b53..a0f1ab0 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -3374,7 +3374,8 @@ If optional arg BUTTON is non-nil, describe its 
associated package."
         (forward-line 1)))))
 
 (defvar package--quick-help-keys
-  '(("install," "delete," "unmark," ("execute" . 1))
+  '((("mark for installation," . 9)
+     ("mark for deletion," . 9) "unmark," ("execute marked actions" . 1))
     ("next," "previous")
     ("Hide-package," "(-toggle-hidden")
     ("g-refresh-contents," "/-filter," "help")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]