summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van Oostrum <pieter@vanoostrum.org>2020-02-09 21:22:55 +0100
committerEli Zaretskii <eliz@gnu.org>2020-02-15 10:15:27 +0200
commitfaada7ca42661aff403a51a9003983369e68874e (patch)
tree4c1407d66da2a3665ebe45a918fff28381a983e6
parent78d76cd93c564724f7ab9a4b5dc41e7db1d38b76 (diff)
downloademacs-faada7ca42661aff403a51a9003983369e68874e.tar.gz
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)
-rw-r--r--lisp/emacs-lisp/package.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 64d2001646f..e2eba5afe11 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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"]
"--"