Fix minor issues in documentation of `use-package'

(Bug#77311)

Copyright-paperwork-exempt: yes
This commit is contained in:
Dominik Schrempf 2025-03-27 15:54:52 +01:00 committed by Eli Zaretskii
parent 99ff59bd66
commit 7a976d1aaf

View file

@ -1810,11 +1810,11 @@ Usage:
:magic-fallback Form to be added to `magic-fallback-mode-alist'. :magic-fallback Form to be added to `magic-fallback-mode-alist'.
:interpreter Form to be added to `interpreter-mode-alist'. :interpreter Form to be added to `interpreter-mode-alist'.
:commands Define autoloads for commands that will be defined by the :commands Define autoloads for commands defined by the package.
package. This is useful if the package is being lazily This is useful if the package is being lazily loaded,
loaded, and you wish to conditionally call functions in your and you wish to conditionally call functions in your
`:init' block that are defined in the package. `:init' block that are defined in the package.
:autoload Similar to :commands, but it for no-interactive one. :autoload Similar to `:commands', but used for non-interactive functions.
:hook Specify hook(s) to attach this package to. :hook Specify hook(s) to attach this package to.
:bind Bind keys, and define autoloads for the bound commands. :bind Bind keys, and define autoloads for the bound commands.