]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/use-package.texi (Hooks): Fix typo (bug#77609).
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 May 2025 09:59:19 +0000 (12:59 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:32:18 +0000 (16:32 +0200)
(cherry picked from commit df9636f89276da6023cc4851d089665203961941)

doc/misc/use-package.texi

index dd70a7d33a110bb2dda5aa8a0b4ffc61196ac458..0750cce723ed9545b42f4c0db1f6bd5123f79bcb 100644 (file)
@@ -1210,7 +1210,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.