aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-02-23 19:42:14 +0200
committerEli Zaretskii2016-02-23 19:42:14 +0200
commitbd58c136d6ef33a24423720b5cf3c4e8c03fd4a9 (patch)
treee57d155af65912576f185df0474c5dee5f91548a
parent00a4720318778eb6c51b326cfb37f685c230df9a (diff)
downloademacs-bd58c136d6ef33a24423720b5cf3c4e8c03fd4a9.tar.gz
emacs-bd58c136d6ef33a24423720b5cf3c4e8c03fd4a9.zip
Improve documentation of focus-related hooks
* doc/lispref/commands.texi (Focus Events): Mention focus-related hooks. (Bug#21728)
-rw-r--r--doc/lispref/commands.texi3
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}.
1664When the user does something to switch between Emacs frames, that 1664When the user does something to switch between Emacs frames, that
1665generates a @dfn{focus event}. The normal definition of a focus event, 1665generates a @dfn{focus event}. The normal definition of a focus event,
1666in the global keymap, is to select a new frame within Emacs, as the user 1666in the global keymap, is to select a new frame within Emacs, as the user
1667would expect. @xref{Input Focus}. 1667would expect. @xref{Input Focus}, which also describes hooks related
1668to focus events.
1668 1669
1669Focus events are represented in Lisp as lists that look like this: 1670Focus events are represented in Lisp as lists that look like this:
1670 1671