; Fix typo in use-package.texi

* doc/misc/use-package.texi (Getting Started): Fix typo.
Problem reported by GitHub user Paul Jensen (psnj) in:
https://github.com/jwiegley/use-package/pull/1070/
This commit is contained in:
Stefan Kangas 2024-07-22 18:04:30 +02:00
parent caf7426f0c
commit c1382257aa

View file

@ -182,7 +182,7 @@ immediately. In most cases, this is not necessary or desirable, as
that will slow down Emacs startup. Instead, you should try to set that will slow down Emacs startup. Instead, you should try to set
things up so that packages are only loaded when they are actually things up so that packages are only loaded when they are actually
needed (a.k.a. ``autoloading''). If you have installed a package from needed (a.k.a. ``autoloading''). If you have installed a package from
@acronym{GNU} @acronym{ELPA} that provides it's own autoloads, it is often @acronym{GNU} @acronym{ELPA} that provides its own autoloads, it is often
enough to say: enough to say:
@lisp @lisp