diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/package.texi | 10 |
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 |
| 240 | the current Emacs session. Loading a package is not quite the same as | 240 | the current Emacs session. Loading a package is not quite the same as |
| 241 | loading a Lisp library (@pxref{Lisp Libraries}); its effect varies | 241 | loading a Lisp library (@pxref{Lisp Libraries}); loading a package |
| 242 | from package to package. Most packages just make some new commands | 242 | adds its directory to @code{load-path} and loads its autoloads. The |
| 243 | available, while others have more wide-ranging effects on the Emacs | 243 | effect of a package's autoloads varies from package to package. Most |
| 244 | session. For such information, consult the package's help buffer. | 244 | packages just make some new commands available, while others have more |
| 245 | wide-ranging effects on the Emacs session. For such information, | ||
| 246 | consult 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 |
| 247 | subsequent Emacs sessions. This happens at startup, after processing | 249 | subsequent Emacs sessions. This happens at startup, after processing |