aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2016-06-27 00:26:16 -0400
committerNoam Postavsky2016-06-27 23:02:52 -0400
commit6192b6c3a4374b2cb6e02ca865e1899a04a7f7dc (patch)
treed27215e760ebaf35b636dd666cc0debac5681e2f
parent272ddc6793243a48dc61f0734cbd80a3377cb788 (diff)
downloademacs-6192b6c3a4374b2cb6e02ca865e1899a04a7f7dc.tar.gz
emacs-6192b6c3a4374b2cb6e02ca865e1899a04a7f7dc.zip
Document more details of package activation
* doc/emacs/package.texi (Package Installation): Explain that package activation adds to load-path (Bug #21704).
-rw-r--r--doc/emacs/package.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index 3c099838059..5662c857de9 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -238,10 +238,12 @@ controlled by the value of @code{package-menu-hide-low-priority}.)
238 238
239 Once a package is downloaded and installed, it is @dfn{loaded} into 239 Once a package is downloaded and installed, it is @dfn{loaded} into
240the current Emacs session. Loading a package is not quite the same as 240the current Emacs session. Loading a package is not quite the same as
241loading a Lisp library (@pxref{Lisp Libraries}); its effect varies 241loading a Lisp library (@pxref{Lisp Libraries}); loading a package
242from package to package. Most packages just make some new commands 242adds its directory to @code{load-path} and loads its autoloads. The
243available, while others have more wide-ranging effects on the Emacs 243effect of a package's autoloads varies from package to package. Most
244session. For such information, consult the package's help buffer. 244packages just make some new commands available, while others have more
245wide-ranging effects on the Emacs session. For such information,
246consult the package's help buffer.
245 247
246 By default, Emacs also automatically loads all installed packages in 248 By default, Emacs also automatically loads all installed packages in
247subsequent Emacs sessions. This happens at startup, after processing 249subsequent Emacs sessions. This happens at startup, after processing