aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-08-26 11:48:19 -0400
committerChong Yidong2011-08-26 11:48:19 -0400
commitd43f5a423d85bdc4f3557622a828335fde06bb8a (patch)
tree70f95d935564fc27689f2fe8bf657f6e692dcdbf /etc
parent37846983d0ce89d3a8e95e6b8065a20461bc4b26 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cec19d0c0a2..841b11bcdb9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -319,11 +319,14 @@ for `list-colors-display'.
319This is a convenient way to download and install additional packages, 319This is a convenient way to download and install additional packages,
320from a package repository at elpa.gnu.org. 320from 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
323selected for installation. 324selected 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
328automatically when Emacs starts up. To disable this, set 331automatically 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