[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 05629d3af0a: Delete redundant "a.k.a." in use-package.texi
From: |
Stefan Kangas |
Subject: |
emacs-30 05629d3af0a: Delete redundant "a.k.a." in use-package.texi |
Date: |
Tue, 23 Jul 2024 17:35:09 -0400 (EDT) |
branch: emacs-30
commit 05629d3af0acc74b197f00504eae544081b32020
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Delete redundant "a.k.a." in use-package.texi
* doc/misc/use-package.texi (Getting Started): Delete redundant
acronym "a.k.a.". (Bug#66350)
---
doc/misc/use-package.texi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 309315db23d..8a7af5bc6f6 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 05629d3af0a: Delete redundant "a.k.a." in use-package.texi,
Stefan Kangas <=