diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-21 16:58:11 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-21 16:58:11 -0400 |
commit | 5268f3059db7638caa6d387d35e27870fbcb976c (patch) | |
tree | 94ab8f3672d68ad8532f24fc652865ded4c82bfa | |
parent | 143b485029f8d438001aa6e989954a92c4b2a60b (diff) | |
download | emacs-5268f3059db7638caa6d387d35e27870fbcb976c.tar.gz emacs-5268f3059db7638caa6d387d35e27870fbcb976c.tar.bz2 emacs-5268f3059db7638caa6d387d35e27870fbcb976c.zip |
* doc/lispref/windows.texi (Selecting Windows): Fix a typo.
-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. @end defun @cindex select window hook -@cindex running a hook when a windows gets selected +@cindex running a hook when a window gets selected For historical reasons, Emacs does not run a separate hook whenever a window gets selected. Applications and internal routines often temporarily select a window to perform a few actions on it. They do |