diff options
| author | Artur Malabarba | 2015-05-22 11:00:10 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-05-22 11:00:28 +0100 |
| commit | c2ef2adff154e6403e243aee31d10e353386f55e (patch) | |
| tree | 42560445c89bae0cdd227df9275d52f6296fb472 | |
| parent | e7bc85db46679cc408f51d74e6a66734f1e32142 (diff) | |
| download | emacs-c2ef2adff154e6403e243aee31d10e353386f55e.tar.gz emacs-c2ef2adff154e6403e243aee31d10e353386f55e.zip | |
* lisp/emacs-lisp/package.el (package-selected-packages): Fix doc
| -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 cf7ff9f6852..7e09b1f4815 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -341,7 +341,7 @@ This variable is fed automatically by Emacs when installing a new package. | |||
| 341 | This variable is used by `package-autoremove' to decide | 341 | This variable is used by `package-autoremove' to decide |
| 342 | which packages are no longer needed. | 342 | which packages are no longer needed. |
| 343 | You can use it to (re)install packages on other machines | 343 | You can use it to (re)install packages on other machines |
| 344 | by running `package-user-selected-packages-install'. | 344 | by running `package-install-selected-packages'. |
| 345 | 345 | ||
| 346 | To check if a package is contained in this list here, use | 346 | To check if a package is contained in this list here, use |
| 347 | `package--user-selected-p', as it may populate the variable with | 347 | `package--user-selected-p', as it may populate the variable with |