]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in use-package.texi
authorStefan Kangas <stefankangas@gmail.com>
Mon, 22 Jul 2024 16:04:30 +0000 (18:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:56:36 +0000 (18:56 +0200)
* 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/

(cherry picked from commit c1382257aa8b46286ddfc85817957543a90958b7)

doc/misc/use-package.texi

index 9934839855023e4359537e36683060a0357aed6c..c4b8209be703790dcc17f8fd0321fa4e0e6a55d2 100644 (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
 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 it's own autoloads, it is often
+@acronym{GNU} @acronym{ELPA} that provides its own autoloads, it is often
 enough to say:
 
 @lisp