diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-09-20 21:22:13 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-09-20 21:22:13 +0300 |
commit | 478b786d5aa74fbb6476b51f0dea4e9ccf1f211b (patch) | |
tree | e7385f6980a8e33e30d55ed466684ed67cf8eb64 /doc | |
parent | 5085351645dc503150823660443f497c5cf8d2ec (diff) | |
download | emacs-478b786d5aa74fbb6476b51f0dea4e9ccf1f211b.tar.gz emacs-478b786d5aa74fbb6476b51f0dea4e9ccf1f211b.tar.bz2 emacs-478b786d5aa74fbb6476b51f0dea4e9ccf1f211b.zip |
; * doc/lispref/windows.texi (Window Hooks): Fix a typo (bug#51930).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |