diff options
| -rw-r--r-- | lisp/emacs-lisp/package.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 9cc3f8724af..0919ce34448 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -2311,10 +2311,7 @@ interactively, QUERY is always true. | |||
| 2311 | Currently, packages which are part of the Emacs distribution are | 2311 | Currently, packages which are part of the Emacs distribution are |
| 2312 | not upgraded by this command. To enable upgrading such a package | 2312 | not upgraded by this command. To enable upgrading such a package |
| 2313 | using this command, first upgrade the package to a newer version | 2313 | using this command, first upgrade the package to a newer version |
| 2314 | from ELPA by using `\\<package-menu-mode-map>\\[package-menu-mark-install]' after `\\[list-packages]'. | 2314 | from ELPA by using `\\<package-menu-mode-map>\\[package-menu-mark-install]' after `\\[list-packages]'." |
| 2315 | |||
| 2316 | Use `i' after `M-x list-packages' to | ||
| 2317 | upgrade to an ELPA version first." | ||
| 2318 | (interactive (list (not noninteractive))) | 2315 | (interactive (list (not noninteractive))) |
| 2319 | (package-refresh-contents) | 2316 | (package-refresh-contents) |
| 2320 | (let ((upgradeable (package--upgradeable-packages))) | 2317 | (let ((upgradeable (package--upgradeable-packages))) |