aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index cf7ff9f6852..7e09b1f4815 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -341,7 +341,7 @@ This variable is fed automatically by Emacs when installing a new package.
341This variable is used by `package-autoremove' to decide 341This variable is used by `package-autoremove' to decide
342which packages are no longer needed. 342which packages are no longer needed.
343You can use it to (re)install packages on other machines 343You can use it to (re)install packages on other machines
344by running `package-user-selected-packages-install'. 344by running `package-install-selected-packages'.
345 345
346To check if a package is contained in this list here, use 346To check if a package is contained in this list here, use
347`package--user-selected-p', as it may populate the variable with 347`package--user-selected-p', as it may populate the variable with