mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * doc/misc/use-package.texi (Hooks): Fix typo (bug#77609).
This commit is contained in:
parent
36afdd2f6f
commit
df9636f892
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ keybindings you've set using either the @code{:bind} keyword or the
|
|||
@cindex hooks
|
||||
@findex :hook
|
||||
The @code{:hook} keyword allows adding functions to hooks. It takes
|
||||
one argument of the form @var{hooks}, specifying or more functions
|
||||
one argument of the form @var{hooks}, specifying one or more functions
|
||||
to add to one or more hooks. For the purposes of @code{:hook}, the
|
||||
name of hook variables should always exclude the @samp{-hook} suffix.
|
||||
It is appended automatically for you, to save some typing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue