diff options
| author | Eli Zaretskii | 2021-11-18 10:25:58 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-18 10:25:58 +0200 |
| commit | 5eeaf857678d617560efa6a99bb6fd54c0ceddec (patch) | |
| tree | b0929ff8f74f764b26fb464abab4f798bdeaeb8b | |
| parent | 7404f4b4e0bf472d5f161957ff23e30df0e8b96d (diff) | |
| download | emacs-5eeaf857678d617560efa6a99bb6fd54c0ceddec.tar.gz emacs-5eeaf857678d617560efa6a99bb6fd54c0ceddec.zip | |
Improve documentation of window hooks
* doc/lispref/windows.texi (Window Hooks): Clarify "buffer-local
functions". (Bug#51930)
| -rw-r--r-- | doc/lispref/windows.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 57cd2274d4b..a3a37bc60d2 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -6375,7 +6375,9 @@ changed. @xref{Other Font Lock Variables}. | |||
| 6375 | during redisplay provided a significant, non-scrolling change of a | 6375 | during redisplay provided a significant, non-scrolling change of a |
| 6376 | window has been detected. For simplicity, these hooks and the | 6376 | window has been detected. For simplicity, these hooks and the |
| 6377 | functions they call will be collectively referred to as @dfn{window | 6377 | functions they call will be collectively referred to as @dfn{window |
| 6378 | change functions}. | 6378 | change functions}. As any hook, these hooks can be set either |
| 6379 | globally of buffer-locally via the @var{local} argument of | ||
| 6380 | @code{add-hook} (@pxref{Setting Hooks}) when the hook is installed. | ||
| 6379 | 6381 | ||
| 6380 | @cindex window buffer change | 6382 | @cindex window buffer change |
| 6381 | The first of these hooks is run after a @dfn{window buffer change} is | 6383 | The first of these hooks is run after a @dfn{window buffer change} is |