aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 15:51:53 +0100
committerTassilo Horn2013-12-20 15:51:53 +0100
commit98104aea4155a3bf1ec88f46101de76fc6f56ca1 (patch)
treebc7fb3b6aa397e5e1a368fd5c91843223f7757fe /etc
parent2e6ddb2c95e23fbcf9aefd7d02d054e0e2f9a6a5 (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 53fb6e67f8f..232a2753af6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
197These are normal hooks run when an Emacs frame gains or loses input focus. 197These 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.
200You can change the default by customizing the variable blink-cursor-blinks. 201You can change the default by customizing the variable blink-cursor-blinks.
201Also timers for blinking are stopped when no blinking is done, so Emacs does 202Also timers for blinking are stopped when no blinking is done, so Emacs does