---
*** New user option 'package-install-upgrade-built-in'.
-When enabled, 'package-install' can be used to install
-newer versions of built-in packages.
+When enabled, 'package-install' will include in the list of
+upgradeable packages those built-in packages (like Eglot and
+use-package, for example) for which a newer version is available in
+package archives, and will allow to install those newer versions. By
+default, this is disabled; however, if 'package-install' is invoked
+with a prefix argument, it will act as if this new option were
+enabled.
+
+If you customize this option, we recommend to place its non-default
+setting in your early-init file.
** Emacs Sessions (Desktop)
Protocol (LSP). See the new Info manual "(eglot) Top" for more. Also
see "etc/EGLOT-NEWS".
+If you want to be able to use 'package-install' to upgrade Eglot to
+newer versions released on GNU ELPA, customize the new option
+'package-install-upgrade-built-in' to a non-nil value.
+
+++
** use-package: Declarative package configuration.
use-package is now shipped with Emacs. It provides the 'use-package'
file in a way that is declarative, tidy, and performance-oriented.
See the new Info manual "(use-package) Top" for more.
+If you want to be able to use 'package-install' to upgrade use-package
+to newer versions released on GNU ELPA, customize the new option
+'package-install-upgrade-built-in' to a non-nil value.
+
---
** New package 'wallpaper'.
This package provides the command 'wallpaper-set', which sets the
(assq package package--builtins))))))
(defun package--active-built-in-p (package)
- "Return non-nil if PACKAGE if the built-in version is used.
+ "Return non-nil if the built-in version of PACKAGE is used.
If the built-in version of PACKAGE is used and PACKAGE is
also available for installation from an archive, it is an
indication that PACKAGE was never upgraded to any newer
(defcustom package-install-upgrade-built-in nil
"Non-nil means that built-in packages can be upgraded via a package archive.
If disabled, then `package-install' will not suggest to replace a
-built-in package with a version from a package archive."
+built-in package with a (possibly newer) version from a package archive."
:type 'boolean
:version "29.1")
If PKG is a `package-desc' and it is already installed, don't try
to install it but still mark it as selected.
-If the command is invoked with a prefix argument, the upgrading
-of built-in packages will be possible, as if
-`package-install-upgrade-built-in' had been enabled."
+If the command is invoked with a prefix argument, it will allow
+upgrading of built-in packages, as if `package-install-upgrade-built-in'
+had been enabled."
(interactive
(progn
;; Initialize the package system to get the list of package