]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify the help in the package buffers
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 24 Jun 2021 14:59:42 +0000 (16:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 24 Jun 2021 14:59:42 +0000 (16:59 +0200)
* lisp/emacs-lisp/package.el (package--quick-help-keys): Clarify
marking help (bug#40457).

lisp/emacs-lisp/package.el

index 5df9b53657bd3e421514171ed0cd4106ff3e99b7..a0f1ab0ed673f041dc3e39646186957669015d48 100644 (file)
@@ -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")))