From 478b786d5aa74fbb6476b51f0dea4e9ccf1f211b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 20 Sep 2022 21:22:13 +0300 Subject: [PATCH] ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (bug#51930). --- doc/lispref/windows.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 597e31fe85e..5d31f70e01f 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -6399,7 +6399,7 @@ during redisplay provided a significant, non-scrolling change of a window has been detected. For simplicity, these hooks and the functions they call will be collectively referred to as @dfn{window change functions}. As any hook, these hooks can be set either -globally of buffer-locally via the @var{local} argument of +globally or buffer-locally via the @var{local} argument of @code{add-hook} (@pxref{Setting Hooks}) when the hook is installed. @cindex window buffer change -- 2.39.2