aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBrian Jenkins2013-11-23 11:07:34 -0800
committerGlenn Morris2013-11-23 11:07:34 -0800
commitf6083c67c54ba1a4951ecf7b3b242d097de8bff2 (patch)
tree952f6e5d42696c0fb9f87d8f7238977d404acf97 /etc
parenta594a11662a8b39dc332e6e9edd5d9878f1cc125 (diff)
downloademacs-f6083c67c54ba1a4951ecf7b3b242d097de8bff2.tar.gz
emacs-f6083c67c54ba1a4951ecf7b3b242d097de8bff2.zip
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
176selected among several alternatives, as a matter of user preference. 176selected among several alternatives, as a matter of user preference.
177 177
178** New hooks `focus-in-hook', `focus-out-hook'. 178** New hooks `focus-in-hook', `focus-out-hook'.
179These are normal hooks run when an Emacs frame gains or loses input focus.
179 180
180** The blink cursor stops blinking after 10 blinks (default) on X and NS. 181** The blink cursor stops blinking after 10 blinks (default) on X and NS.
181You can change the default by customizing the variable blink-cursor-blinks. 182You can change the default by customizing the variable blink-cursor-blinks.