[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 c1382257aa8: ; Fix typo in use-package.texi
From: |
Stefan Kangas |
Subject: |
emacs-30 c1382257aa8: ; Fix typo in use-package.texi |
Date: |
Mon, 22 Jul 2024 12:08:40 -0400 (EDT) |
branch: emacs-30
commit c1382257aa8b46286ddfc85817957543a90958b7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
; 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/
---
doc/misc/use-package.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 99348398550..c4b8209be70 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 c1382257aa8: ; Fix typo in use-package.texi,
Stefan Kangas <=