From: Eli Zaretskii Date: Tue, 20 Sep 2022 18:22:13 +0000 (+0300) Subject: ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (bug#51930). X-Git-Tag: emacs-28.3-rc1~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=478b786d5aa74fbb6476b51f0dea4e9ccf1f211b;p=emacs.git ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (bug#51930). --- 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