projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3665735
)
Clarify the help in the package buffers
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 24 Jun 2021 14:59:42 +0000
(16:59 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 5df9b53657bd3e421514171ed0cd4106ff3e99b7..a0f1ab0ed673f041dc3e39646186957669015d48 100644
(file)
--- 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")))