emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 bd58c13: Improve documentation of focus-related h


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 bd58c13: Improve documentation of focus-related hooks
Date: Tue, 23 Feb 2016 17:43:18 +0000

branch: emacs-25
commit bd58c136d6ef33a24423720b5cf3c4e8c03fd4a9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve documentation of focus-related hooks
    
    * doc/lispref/commands.texi (Focus Events): Mention focus-related
    hooks.  (Bug#21728)
---
 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 9c1df89..a94d46e 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}.
 When the user does something to switch between Emacs frames, that
 generates a @dfn{focus event}.  The normal definition of a focus event,
 in the global keymap, is to select a new frame within Emacs, as the user
-would expect.  @xref{Input Focus}.
+would expect.  @xref{Input Focus}, which also describes hooks related
+to focus events.
 
 Focus events are represented in Lisp as lists that look like this:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]