Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a couple of minor usage errors in documentation #1070

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions use-package.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down