Remove obsolete menu entry "Redisplay buffer"

* lisp/emacs-lisp/package.el (package-menu-mode-menu): Remove obsolete
menu entry "Redisplay buffer".
(package-menu-mode-menu): Menu entry "Refresh Package List":
make the doc string more accurate.
(Bug#39436)
This commit is contained in:
Pieter van Oostrum 2020-02-09 21:22:55 +01:00 committed by Eli Zaretskii
parent 78d76cd93c
commit faada7ca42

View file

@ -2714,9 +2714,8 @@ either a full name or nil, and EMAIL is a valid email address."
["Help" package-menu-quick-help :help "Show short key binding help for package-menu-mode"] ["Help" package-menu-quick-help :help "Show short key binding help for package-menu-mode"]
"--" "--"
["Refresh Package List" revert-buffer ["Refresh Package List" revert-buffer
:help "Redownload the ELPA archive" :help "Redownload the package archive(s)"
:active (not package--downloads-in-progress)] :active (not package--downloads-in-progress)]
["Redisplay buffer" revert-buffer :help "Update the buffer with current list of packages"]
["Execute Marked Actions" package-menu-execute :help "Perform all the marked actions"] ["Execute Marked Actions" package-menu-execute :help "Perform all the marked actions"]
"--" "--"