]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/use-package.texi (Getting Started): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Jul 2024 11:01:01 +0000 (14:01 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:58:00 +0000 (18:58 +0200)
(cherry picked from commit cb633820c151c9cf428a88f43b0a62f185c4f587)

doc/misc/use-package.texi

index 8a7af5bc6f6bf7d17dc0c64ccd121ef7d2ac1a80..9e11b349f20275af7950bfb94defa0b7f607a75e 100644 (file)
@@ -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: