Delete redundant "a.k.a." in use-package.texi

* doc/misc/use-package.texi (Getting Started): Delete redundant
acronym "a.k.a.".  (Bug#66350)
This commit is contained in:
Stefan Kangas 2024-07-23 23:32:56 +02:00
parent c7609464f7
commit 05629d3af0

View 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