diff options
author | Brian Jenkins <brian@brianjenkins.org> | 2013-11-23 11:07:34 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-23 11:07:34 -0800 |
commit | f6083c67c54ba1a4951ecf7b3b242d097de8bff2 (patch) | |
tree | 952f6e5d42696c0fb9f87d8f7238977d404acf97 /etc | |
parent | a594a11662a8b39dc332e6e9edd5d9878f1cc125 (diff) | |
download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |