From: Eli Zaretskii Date: Wed, 24 Jul 2024 11:01:01 +0000 (+0300) Subject: ; * doc/misc/use-package.texi (Getting Started): Fix wording. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34b59d8de65ea96bb51a64b59ee58674106e7f96;p=emacs.git ; * doc/misc/use-package.texi (Getting Started): Fix wording. (cherry picked from commit cb633820c151c9cf428a88f43b0a62f185c4f587) --- diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 8a7af5bc6f6..9e11b349f20 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -180,8 +180,8 @@ loading actually occurs. As you might expect, you can use The above declarations will load the @samp{foo} package immediately. In most cases, this is not necessary or desirable, as that will slow down Emacs startup. Instead, you should try to set things up so that -packages are only loaded when they are actually needed -(``autoloading''). If you have installed a package from @acronym{GNU} +packages are only loaded when they are actually needed (this is known as +``autoloading''). If you have installed a package from @acronym{GNU} @acronym{ELPA} that provides its own autoloads, it is often enough to say: