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:
parent
78d76cd93c
commit
faada7ca42
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||
"--"
|
||||
["Refresh Package List" revert-buffer
|
||||
:help "Redownload the ELPA archive"
|
||||
:help "Redownload the package archive(s)"
|
||||
: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"]
|
||||
|
||||
"--"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue