summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-04-28 08:26:39 +0300
committerEli Zaretskii <eliz@gnu.org>2023-04-28 08:26:39 +0300
commitb9e06330f7545aaf31e8fb4303cdeea044a8413b (patch)
tree66c8f21bc111b59d7149ce43f0c24d18876c33cc /etc
parentb33d25f596725c69ad5d85f3d724b8bf452ff509 (diff)
downloademacs-b9e06330f7545aaf31e8fb4303cdeea044a8413b.tar.gz
; * etc/NEWS: Followup to bug#62720.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ae4c5ffb842..1f0c74d3a93 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1845,11 +1845,16 @@ this includes "binary" buffers like 'archive-mode' and 'image-mode'.
+++
*** New command 'package-upgrade'.
This command allows you to upgrade packages without using 'M-x
-list-packages'.
+list-packages'. A package that comes with the Emacs distribution can
+only be upgraded after you install it, once, a newer version from ELPA
+via the package-menu displayed by 'list-packages'.
+++
*** New command 'package-upgrade-all'.
This command allows upgrading all packages without any queries.
+A package that comes with the Emacs distribution will only be upgraded
+by this command after you install, once, a newer version of that
+package from ELPA via the package-menu displayed by 'list-packages'.
+++
*** New commands 'package-recompile' and 'package-recompile-all'.