1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* package.el (package-menu-mode-map): Replace use of obsolete function alias.

Tweak menu item text.
This commit is contained in:
Glenn Morris 2014-03-14 16:55:40 -04:00
parent f2dd4ba86d
commit 881033454a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2014-03-14 Glenn Morris <rgm@gnu.org>
* emacs-lisp/package.el (package-menu-mode-map):
Replace use of obsolete function alias. Tweak menu item text.
* info.el (Info-finder-find-node):
Ignore the `emacs' metapackage. (Bug#10813)

View File

@ -1626,7 +1626,7 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages."
'(menu-item "Help" package-menu-quick-help
:help "Show short key binding help for package-menu-mode"))
(define-key menu-map [mc]
'(menu-item "View Commentary" package-menu-view-commentary
'(menu-item "Describe Package" package-menu-describe-package
:help "Display information about this package"))
map)
"Local keymap for `package-menu-mode' buffers.")