mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
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:
parent
c7609464f7
commit
05629d3af0
1 changed files with 7 additions and 7 deletions
|
|
@ -177,13 +177,13 @@ loading actually occurs. As you might expect, you can use
|
||||||
@end group
|
@end group
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
The above declarations will load the @samp{foo} package
|
The above declarations will load the @samp{foo} package immediately. In
|
||||||
immediately. In most cases, this is not necessary or desirable, as
|
most cases, this is not necessary or desirable, as that will slow down
|
||||||
that will slow down Emacs startup. Instead, you should try to set
|
Emacs startup. Instead, you should try to set things up so that
|
||||||
things up so that packages are only loaded when they are actually
|
packages are only loaded when they are actually needed
|
||||||
needed (a.k.a. ``autoloading''). If you have installed a package from
|
(``autoloading''). If you have installed a package from @acronym{GNU}
|
||||||
@acronym{GNU} @acronym{ELPA} that provides its own autoloads, it is often
|
@acronym{ELPA} that provides its own autoloads, it is often enough to
|
||||||
enough to say:
|
say:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
@group
|
@group
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue