aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter van Oostrum2020-02-09 21:22:55 +0100
committerEli Zaretskii2020-02-15 10:15:27 +0200
commitfaada7ca42661aff403a51a9003983369e68874e (patch)
tree4c1407d66da2a3665ebe45a918fff28381a983e6
parent78d76cd93c564724f7ab9a4b5dc41e7db1d38b76 (diff)
downloademacs-faada7ca42661aff403a51a9003983369e68874e.tar.gz
emacs-faada7ca42661aff403a51a9003983369e68874e.zip
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."
2714 ["Help" package-menu-quick-help :help "Show short key binding help for package-menu-mode"] 2714 ["Help" package-menu-quick-help :help "Show short key binding help for package-menu-mode"]
2715 "--" 2715 "--"
2716 ["Refresh Package List" revert-buffer 2716 ["Refresh Package List" revert-buffer
2717 :help "Redownload the ELPA archive" 2717 :help "Redownload the package archive(s)"
2718 :active (not package--downloads-in-progress)] 2718 :active (not package--downloads-in-progress)]
2719 ["Redisplay buffer" revert-buffer :help "Update the buffer with current list of packages"]
2720 ["Execute Marked Actions" package-menu-execute :help "Perform all the marked actions"] 2719 ["Execute Marked Actions" package-menu-execute :help "Perform all the marked actions"]
2721 2720
2722 "--" 2721 "--"