]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.
authorJuri Linkov <juri@linkov.net>
Mon, 9 Mar 2020 23:41:15 +0000 (01:41 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 9 Mar 2020 23:41:15 +0000 (01:41 +0200)
lisp/emacs-lisp/package.el

index 10ce19525a078e57779fa016c4e2c88bac2bb090..a55d6a3f62b69200dc3cf3474c189beed0f67e79 100644 (file)
@@ -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."