diff options
| author | Brian Jenkins | 2013-11-23 11:07:34 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-23 11:07:34 -0800 |
| commit | f6083c67c54ba1a4951ecf7b3b242d097de8bff2 (patch) | |
| tree | 952f6e5d42696c0fb9f87d8f7238977d404acf97 /etc | |
| parent | a594a11662a8b39dc332e6e9edd5d9878f1cc125 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -176,6 +176,7 @@ Generic commands are interactive functions whose implementation can be | |||
| 176 | selected among several alternatives, as a matter of user preference. | 176 | selected 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'. |
| 179 | These 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. |
| 181 | You can change the default by customizing the variable blink-cursor-blinks. | 182 | You can change the default by customizing the variable blink-cursor-blinks. |