From b6b6a3f82c862f4f869e8199d0a666d64fc522d1 Mon Sep 17 00:00:00 2001 From: Paul Jensen Date: Thu, 1 Feb 2024 15:08:41 -0500 Subject: [PATCH] Fix a couple of typos in documentation it's --> its --- use-package.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/use-package.texi b/use-package.texi index b1d7b10..701f201 100644 --- a/use-package.texi +++ b/use-package.texi @@ -176,7 +176,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 (autoloading). If you have installed a package from -@acronym{GNU ELPA} that provides it's own autoloads, it is often +@acronym{GNU ELPA} that provides its own autoloads, it is often enough to say: @lisp @@ -1654,7 +1654,7 @@ this after loading @code{use-package}, but before any @cindex disable package @findex :disabled -The @code{:disabled} keyword inhibits loading a package, and all it's +The @code{:disabled} keyword inhibits loading a package, and all its customizations. It is equivalent to commenting out or deleting the definition.