summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrian Jenkins <brian@brianjenkins.org>2013-11-23 11:07:34 -0800
committerGlenn Morris <rgm@gnu.org>2013-11-23 11:07:34 -0800
commitf6083c67c54ba1a4951ecf7b3b242d097de8bff2 (patch)
tree952f6e5d42696c0fb9f87d8f7238977d404acf97 /etc
parenta594a11662a8b39dc332e6e9edd5d9878f1cc125 (diff)
downloademacs-f6083c67c54ba1a4951ecf7b3b242d097de8bff2.tar.gz
Documentation for focus-in,out hooks (tiny change)
* doc/lispref/frames.texi (Input Focus): * doc/lispref/hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook. * etc/NEWS: Copyedit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4dc1543d845..ffbfc64873c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -176,6 +176,7 @@ Generic commands are interactive functions whose implementation can be
selected among several alternatives, as a matter of user preference.
** New hooks `focus-in-hook', `focus-out-hook'.
+These are normal hooks run when an Emacs frame gains or loses input focus.
** The blink cursor stops blinking after 10 blinks (default) on X and NS.
You can change the default by customizing the variable blink-cursor-blinks.