emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 478b786d5a: ; * doc/lispref/windows.texi (Window Hooks): Fix a


From: Eli Zaretskii
Subject: emacs-28 478b786d5a: ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (bug#51930).
Date: Tue, 20 Sep 2022 14:22:37 -0400 (EDT)

branch: emacs-28
commit 478b786d5aa74fbb6476b51f0dea4e9ccf1f211b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 597e31fe85..5d31f70e01 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]