Clarify the help in the package buffers
* lisp/emacs-lisp/package.el (package--quick-help-keys): Clarify marking help (bug#40457).
This commit is contained in:
parent
3665735d66
commit
f85ee6d5c7
1 changed files with 2 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue