diff options
| -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 75651b99fde..8d8877bdfda 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1772,7 +1772,7 @@ raise the frame or make sure input focus is directed to that frame. | |||
| 1772 | @end defun | 1772 | @end defun |
| 1773 | 1773 | ||
| 1774 | @cindex select window hook | 1774 | @cindex select window hook |
| 1775 | @cindex running a hook when a windows gets selected | 1775 | @cindex running a hook when a window gets selected |
| 1776 | For historical reasons, Emacs does not run a separate hook whenever a | 1776 | For historical reasons, Emacs does not run a separate hook whenever a |
| 1777 | window gets selected. Applications and internal routines often | 1777 | window gets selected. Applications and internal routines often |
| 1778 | temporarily select a window to perform a few actions on it. They do | 1778 | temporarily select a window to perform a few actions on it. They do |