summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorDmitry Gutov <dmitry@gutov.dev>2023-04-28 19:28:25 +0300
committerDmitry Gutov <dmitry@gutov.dev>2023-04-28 19:28:25 +0300
commitddfa0d8da9aafc926bd403c29a2cebfea571ebde (patch)
tree06c58e3a7641c533c9414fca8c512099c4091918 /lisp/emacs-lisp
parent212e30f6789cd080a9428958872ffcaab6bf248a (diff)
downloademacs-ddfa0d8da9aafc926bd403c29a2cebfea571ebde.tar.gz
emacs-ddfa0d8da9aafc926bd403c29a2cebfea571ebde.tar.bz2
emacs-ddfa0d8da9aafc926bd403c29a2cebfea571ebde.zip
; Remove some leftover text
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el5
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.
Currently, packages which are part of the Emacs distribution are
not upgraded by this command. To enable upgrading such a package
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]'.
-
- Use `i' after `M-x list-packages' to
-upgrade to an ELPA version first."
+from ELPA by using `\\<package-menu-mode-map>\\[package-menu-mark-install]' after `\\[list-packages]'."
(interactive (list (not noninteractive)))
(package-refresh-contents)
(let ((upgradeable (package--upgradeable-packages)))