]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention compilation in the Package Installation node
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 20 Sep 2022 12:04:09 +0000 (14:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 20 Sep 2022 12:04:09 +0000 (14:04 +0200)
* doc/emacs/package.texi (Package Installation): Mention that
packages are compiled (bug#51660).

doc/emacs/package.texi

index 7e16c82cf5cc66310b35db3acf568191c655f966..420da090977132bf05dd45a07432e39c4834caee 100644 (file)
@@ -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