diff options
| -rw-r--r-- | doc/lispref/commands.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 9c1df895161..a94d46e1684 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1664,7 +1664,8 @@ gets keyboard input. This choice of window is called the @dfn{focus}. | |||
| 1664 | When the user does something to switch between Emacs frames, that | 1664 | When the user does something to switch between Emacs frames, that |
| 1665 | generates a @dfn{focus event}. The normal definition of a focus event, | 1665 | generates a @dfn{focus event}. The normal definition of a focus event, |
| 1666 | in the global keymap, is to select a new frame within Emacs, as the user | 1666 | in the global keymap, is to select a new frame within Emacs, as the user |
| 1667 | would expect. @xref{Input Focus}. | 1667 | would expect. @xref{Input Focus}, which also describes hooks related |
| 1668 | to focus events. | ||
| 1668 | 1669 | ||
| 1669 | Focus events are represented in Lisp as lists that look like this: | 1670 | Focus events are represented in Lisp as lists that look like this: |
| 1670 | 1671 | ||