; Remove some leftover text

This commit is contained in:
Dmitry Gutov 2023-04-28 19:28:25 +03:00
parent 212e30f678
commit ddfa0d8da9

View file

@ -2311,10 +2311,7 @@ interactively, QUERY is always true.
Currently, packages which are part of the Emacs distribution are Currently, packages which are part of the Emacs distribution are
not upgraded by this command. To enable upgrading such a package not upgraded by this command. To enable upgrading such a package
using this command, first upgrade the package to a newer version using this command, first upgrade the package to a newer version
from ELPA by using `\\<package-menu-mode-map>\\[package-menu-mark-install]' after `\\[list-packages]'. from ELPA by using `\\<package-menu-mode-map>\\[package-menu-mark-install]' after `\\[list-packages]'."
Use `i' after `M-x list-packages' to
upgrade to an ELPA version first."
(interactive (list (not noninteractive))) (interactive (list (not noninteractive)))
(package-refresh-contents) (package-refresh-contents)
(let ((upgradeable (package--upgradeable-packages))) (let ((upgradeable (package--upgradeable-packages)))