diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 6d6b31f1f38..bce17a04ba7 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -2045,7 +2045,7 @@ Mark the installed package as selected by adding it to When called from Lisp and optional argument DONT-SELECT is non-nil, install the package but do not add it to -`package-select-packages'. +`package-selected-packages'. If PKG is a `package-desc' and it is already installed, don't try to install it but still mark it as selected." |