diff options
| author | Chong Yidong | 2011-08-26 11:48:19 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-26 11:48:19 -0400 |
| commit | d43f5a423d85bdc4f3557622a828335fde06bb8a (patch) | |
| tree | 70f95d935564fc27689f2fe8bf657f6e692dcdbf /etc | |
| parent | 37846983d0ce89d3a8e95e6b8065a20461bc4b26 (diff) | |
| download | emacs-d43f5a423d85bdc4f3557622a828335fde06bb8a.tar.gz emacs-d43f5a423d85bdc4f3557622a828335fde06bb8a.zip | |
Document package manager in Emacs manual.
* doc/emacs/package.texi: New file, documenting the package manager.
* doc/emacs/emacs.texi: Include it.
* doc/emacs/help.texi (Help Summary): Add describe-package.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -319,11 +319,14 @@ for `list-colors-display'. | |||
| 319 | This is a convenient way to download and install additional packages, | 319 | This is a convenient way to download and install additional packages, |
| 320 | from a package repository at elpa.gnu.org. | 320 | from a package repository at elpa.gnu.org. |
| 321 | 321 | ||
| 322 | +++ | ||
| 322 | *** `M-x list-packages' shows a list of packages, which can be | 323 | *** `M-x list-packages' shows a list of packages, which can be |
| 323 | selected for installation. | 324 | selected for installation. |
| 324 | 325 | ||
| 326 | +++ | ||
| 325 | *** New command `describe-package', bound to `C-h P'. | 327 | *** New command `describe-package', bound to `C-h P'. |
| 326 | 328 | ||
| 329 | +++ | ||
| 327 | *** By default, all installed packages are loaded and activated | 330 | *** By default, all installed packages are loaded and activated |
| 328 | automatically when Emacs starts up. To disable this, set | 331 | automatically when Emacs starts up. To disable this, set |
| 329 | `package-enable-at-startup' to nil. To change which packages are | 332 | `package-enable-at-startup' to nil. To change which packages are |