1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.

This commit is contained in:
Juri Linkov 2020-03-10 01:41:15 +02:00
parent 4537976afd
commit 1bc3fa0bd0

View 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."