diff options
author | Glenn Morris <rgm@gnu.org> | 2020-03-13 07:50:33 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-03-13 07:50:33 -0700 |
commit | 6bdb561a3bafa0623da30e33b4a1dc291370218b (patch) | |
tree | f3fe23d6771aab9bd9f7df6822af4ea1f4dd39af /lisp/emacs-lisp | |
parent | 099520ec95baad177f58a687d70818bc8f602703 (diff) | |
parent | a2b07f9f11474dbcedd7cce39d2fa795bb23f692 (diff) | |
download | emacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.tar.gz emacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.tar.bz2 emacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.zip |
Merge from origin/emacs-27
a2b07f9f11 (origin/emacs-27) ; * etc/NEWS: Explain how to get back ol...
b468b3d1ff Fix a recent documentation change
1ab766fd58 Fix last change
ecfe633993 * lisp/tab-bar.el: Last-minute changes.
c1ce9fa7f2 * lisp/subr.el (cancel-change-group): Fix bug#39680
ef5744a988 Improve docs for horizontal scrolling with mouse and touch...
1bc3fa0bd0 * lisp/emacs-lisp/package.el (package-install): Fix typo i...
4537976afd Port .gdbinit to clang with -gdwarf-4
0883c800a0 Simplify rx example in manual
a695189248 ; * etc/NEWS: Fix typo.
# Conflicts:
# etc/NEWS
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." |