]> git.eshelyaron.com Git - emacs.git/commitdiff
Document more details of package activation
authorNoam Postavsky <npostavs@gmail.com>
Mon, 27 Jun 2016 04:26:16 +0000 (00:26 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 28 Jun 2016 03:02:52 +0000 (23:02 -0400)
* doc/emacs/package.texi (Package Installation): Explain that package
activation adds to load-path (Bug #21704).

doc/emacs/package.texi

index 3c099838059dfd75074d0849f24fddd0342c4176..5662c857de91fceb912a4ccb73a14bfbdbec68e1 100644 (file)
@@ -238,10 +238,12 @@ controlled by the value of @code{package-menu-hide-low-priority}.)
 
   Once a package is downloaded and installed, it is @dfn{loaded} into
 the current Emacs session.  Loading a package is not quite the same as
-loading a Lisp library (@pxref{Lisp Libraries}); its effect varies
-from package to package.  Most packages just make some new commands
-available, while others have more wide-ranging effects on the Emacs
-session.  For such information, consult the package's help buffer.
+loading a Lisp library (@pxref{Lisp Libraries}); loading a package
+adds its directory to @code{load-path} and loads its autoloads.  The
+effect of a package's autoloads varies from package to package.  Most
+packages just make some new commands available, while others have more
+wide-ranging effects on the Emacs session.  For such information,
+consult the package's help buffer.
 
   By default, Emacs also automatically loads all installed packages in
 subsequent Emacs sessions.  This happens at startup, after processing