diff options
| author | Juri Linkov | 2020-03-10 01:41:15 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-03-10 01:41:15 +0200 |
| commit | 1bc3fa0bd02cb167ae82b65fc56f95651d2bea16 (patch) | |
| tree | 984ba888836aa2af95b71570b91e6fc3053d1dd1 | |
| parent | 4537976afda2dfe2d20f2f572ca64c71ec8425ec (diff) | |
| download | emacs-1bc3fa0bd02cb167ae82b65fc56f95651d2bea16.tar.gz emacs-1bc3fa0bd02cb167ae82b65fc56f95651d2bea16.zip | |
* lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.
| -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 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 | |||
| 2046 | 2046 | ||
| 2047 | When called from Lisp and optional argument DONT-SELECT is | 2047 | When called from Lisp and optional argument DONT-SELECT is |
| 2048 | non-nil, install the package but do not add it to | 2048 | non-nil, install the package but do not add it to |
| 2049 | `package-select-packages'. | 2049 | `package-selected-packages'. |
| 2050 | 2050 | ||
| 2051 | If PKG is a `package-desc' and it is already installed, don't try | 2051 | If PKG is a `package-desc' and it is already installed, don't try |
| 2052 | to install it but still mark it as selected." | 2052 | to install it but still mark it as selected." |