From 32d3cf6298460b68e710420c14db3fdc882d70f8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 20 Sep 2022 14:04:09 +0200 Subject: [PATCH] Mention compilation in the Package Installation node * doc/emacs/package.texi (Package Installation): Mention that packages are compiled (bug#51660). --- doc/emacs/package.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.39.2