]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove obsolete menu entry "Redisplay buffer"
authorPieter van Oostrum <pieter@vanoostrum.org>
Sun, 9 Feb 2020 20:22:55 +0000 (21:22 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Feb 2020 08:15:27 +0000 (10:15 +0200)
* 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)

lisp/emacs-lisp/package.el

index 64d2001646f92413be47d75b1ed589b33d88e40b..e2eba5afe11f7918b664095b07a74405f9701e80 100644 (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"]
     "--"
     ["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"]
 
     "--"