From: Lars Ingebrigtsen Date: Tue, 20 Sep 2022 12:04:09 +0000 (+0200) Subject: Mention compilation in the Package Installation node X-Git-Tag: emacs-29.0.90~1856^2~353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32d3cf6298460b68e710420c14db3fdc882d70f8;p=emacs.git Mention compilation in the Package Installation node * doc/emacs/package.texi (Package Installation): Mention that packages are compiled (bug#51660). --- diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index 7e16c82cf5c..420da090977 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi @@ -421,13 +421,13 @@ lower-priority archives will not be shown in the menu, if the same package is available from a higher-priority archive. (This is controlled by the value of @code{package-menu-hide-low-priority}.) - Once a package is downloaded and installed, it is made available to -the current Emacs session. Making a package available 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. + Once a package is downloaded, byte-compiled and installed, it is +made available to the current Emacs session. Making a package +available 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. Installed packages are automatically made available by Emacs in all subsequent sessions. This happens at startup, before processing the