projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4537976
)
* lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.
author
Juri Linkov
<juri@linkov.net>
Mon, 9 Mar 2020 23:41:15 +0000
(
01:41
+0200)
committer
Juri Linkov
<juri@linkov.net>
Mon, 9 Mar 2020 23:41:15 +0000
(
01:41
+0200)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 10ce19525a078e57779fa016c4e2c88bac2bb090..a55d6a3f62b69200dc3cf3474c189beed0f67e79 100644
(file)
--- 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-select
ed
-packages'.
If PKG is a `package-desc' and it is already installed, don't try
to install it but still mark it as selected."