From 424f36142321d279a769f46eb42903d5229acb06 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 May 2025 12:59:19 +0300 Subject: [PATCH] ; * doc/misc/use-package.texi (Hooks): Fix typo (bug#77609). (cherry picked from commit df9636f89276da6023cc4851d089665203961941) --- doc/misc/use-package.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index dd70a7d33a1..0750cce723e 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -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. -- 2.39.5