summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2013-12-20 15:51:53 +0100
committerTassilo Horn <tsdh@gnu.org>2013-12-20 15:51:53 +0100
commit98104aea4155a3bf1ec88f46101de76fc6f56ca1 (patch)
treebc7fb3b6aa397e5e1a368fd5c91843223f7757fe /doc
parent2e6ddb2c95e23fbcf9aefd7d02d054e0e2f9a6a5 (diff)
downloademacs-98104aea4155a3bf1ec88f46101de76fc6f56ca1.tar.gz
Document `blink-cursor-blinks'.
* doc/emacs/display.texi (Cursor Display): Document `blink-cursor-blinks'.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/display.texi6
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4b2beb17d45..5fd0fa5abe7 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,11 +1,14 @@
2013-12-20 Tassilo Horn <tsdh@gnu.org>
+ * display.texi (Cursor Display): Document `blink-cursor-blinks'.
+
* buffers.texi: Update list-buffers "screeshop" to show Messages
as major-mode.
* entering.texi: Document `initial-buffer-choice' changes.
- * misc.texi (arguments): Document `initial-buffer-choice' changes.
+ * misc.texi (emacsclient Options): Document
+ `initial-buffer-choice' changes.
* help.texi: Document that `?' now also shows subcommands of
prefix keys.
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 80dffe2e4c9..9eace49d91f 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1473,8 +1473,12 @@ pixels tall), or @code{nil} (no cursor at all).
@findex blink-cursor-mode
@cindex cursor, blinking
@cindex blinking cursor
+@vindex blink-cursor-mode
+@vindex blink-cursor-blinks
@vindex blink-cursor-alist
- To disable cursor blinking, change the variable
+ By default, the cursor stops blinking after 10 blinks. This can be
+changed by customizing the variable @code{blink-cursor-blinks}. To
+disable cursor blinking altogether, change the variable
@code{blink-cursor-mode} to @code{nil} (@pxref{Easy Customization}),
or add the line @code{(blink-cursor-mode 0)} to your init file.
Alternatively, you can change how the cursor looks when it ``blinks