From: Juri Linkov Date: Mon, 9 Mar 2020 23:41:15 +0000 (+0200) Subject: * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring. X-Git-Tag: emacs-27.0.91~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bc3fa0bd02cb167ae82b65fc56f95651d2bea16;p=emacs.git * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring. --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 10ce19525a0..a55d6a3f62b 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -2046,7 +2046,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."