]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete redundant "a.k.a." in use-package.texi
authorStefan Kangas <stefankangas@gmail.com>
Tue, 23 Jul 2024 21:32:56 +0000 (23:32 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:57:51 +0000 (18:57 +0200)
* doc/misc/use-package.texi (Getting Started): Delete redundant
acronym "a.k.a.".  (Bug#66350)

(cherry picked from commit 05629d3af0acc74b197f00504eae544081b32020)

doc/misc/use-package.texi

index 309315db23d56be028f8bb1d1a8a493f4f1562f3..8a7af5bc6f6bf7d17dc0c64ccd121ef7d2ac1a80 100644 (file)
@@ -177,13 +177,13 @@ loading actually occurs.  As you might expect, you can use
 @end group
 @end lisp
 
-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 (a.k.a. ``autoloading'').  If you have installed a package from
-@acronym{GNU} @acronym{ELPA} that provides its own autoloads, it is often
-enough to say:
+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}
+@acronym{ELPA} that provides its own autoloads, it is often enough to
+say:
 
 @lisp
 @group