diff options
| author | Tassilo Horn | 2013-12-20 15:51:53 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 15:51:53 +0100 |
| commit | 98104aea4155a3bf1ec88f46101de76fc6f56ca1 (patch) | |
| tree | bc7fb3b6aa397e5e1a368fd5c91843223f7757fe /etc | |
| parent | 2e6ddb2c95e23fbcf9aefd7d02d054e0e2f9a6a5 (diff) | |
| download | emacs-98104aea4155a3bf1ec88f46101de76fc6f56ca1.tar.gz emacs-98104aea4155a3bf1ec88f46101de76fc6f56ca1.zip | |
Document `blink-cursor-blinks'.
* doc/emacs/display.texi (Cursor Display): Document `blink-cursor-blinks'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -196,6 +196,7 @@ selected among several alternatives, as a matter of user preference. | |||
| 196 | ** New hooks `focus-in-hook', `focus-out-hook'. | 196 | ** New hooks `focus-in-hook', `focus-out-hook'. |
| 197 | These are normal hooks run when an Emacs frame gains or loses input focus. | 197 | These are normal hooks run when an Emacs frame gains or loses input focus. |
| 198 | 198 | ||
| 199 | +++ | ||
| 199 | ** The blink cursor stops blinking after 10 blinks (default) on X and NS. | 200 | ** The blink cursor stops blinking after 10 blinks (default) on X and NS. |
| 200 | You can change the default by customizing the variable blink-cursor-blinks. | 201 | You can change the default by customizing the variable blink-cursor-blinks. |
| 201 | Also timers for blinking are stopped when no blinking is done, so Emacs does | 202 | Also timers for blinking are stopped when no blinking is done, so Emacs does |