summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-06-24 16:59:42 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-06-24 16:59:42 +0200
commitf85ee6d5c7ec23ee94573753275f9089215be7fd (patch)
tree422491bf629b554b6d79e7751cdc69a7c4988f8e /lisp/emacs-lisp
parent3665735d664208f1b198ac20ee82639fc151db69 (diff)
downloademacs-f85ee6d5c7ec23ee94573753275f9089215be7fd.tar.gz
emacs-f85ee6d5c7ec23ee94573753275f9089215be7fd.tar.bz2
emacs-f85ee6d5c7ec23ee94573753275f9089215be7fd.zip
Clarify the help in the package buffers
* lisp/emacs-lisp/package.el (package--quick-help-keys): Clarify marking help (bug#40457).
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 5df9b53657b..a0f1ab0ed67 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")))