diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 6 |
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 @@ | |||
| 1 | 2013-12-20 Tassilo Horn <tsdh@gnu.org> | 1 | 2013-12-20 Tassilo Horn <tsdh@gnu.org> |
| 2 | 2 | ||
| 3 | * display.texi (Cursor Display): Document `blink-cursor-blinks'. | ||
| 4 | |||
| 3 | * buffers.texi: Update list-buffers "screeshop" to show Messages | 5 | * buffers.texi: Update list-buffers "screeshop" to show Messages |
| 4 | as major-mode. | 6 | as major-mode. |
| 5 | 7 | ||
| 6 | * entering.texi: Document `initial-buffer-choice' changes. | 8 | * entering.texi: Document `initial-buffer-choice' changes. |
| 7 | 9 | ||
| 8 | * misc.texi (arguments): Document `initial-buffer-choice' changes. | 10 | * misc.texi (emacsclient Options): Document |
| 11 | `initial-buffer-choice' changes. | ||
| 9 | 12 | ||
| 10 | * help.texi: Document that `?' now also shows subcommands of | 13 | * help.texi: Document that `?' now also shows subcommands of |
| 11 | prefix keys. | 14 | 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). | |||
| 1473 | @findex blink-cursor-mode | 1473 | @findex blink-cursor-mode |
| 1474 | @cindex cursor, blinking | 1474 | @cindex cursor, blinking |
| 1475 | @cindex blinking cursor | 1475 | @cindex blinking cursor |
| 1476 | @vindex blink-cursor-mode | ||
| 1477 | @vindex blink-cursor-blinks | ||
| 1476 | @vindex blink-cursor-alist | 1478 | @vindex blink-cursor-alist |
| 1477 | To disable cursor blinking, change the variable | 1479 | By default, the cursor stops blinking after 10 blinks. This can be |
| 1480 | changed by customizing the variable @code{blink-cursor-blinks}. To | ||
| 1481 | disable cursor blinking altogether, change the variable | ||
| 1478 | @code{blink-cursor-mode} to @code{nil} (@pxref{Easy Customization}), | 1482 | @code{blink-cursor-mode} to @code{nil} (@pxref{Easy Customization}), |
| 1479 | or add the line @code{(blink-cursor-mode 0)} to your init file. | 1483 | or add the line @code{(blink-cursor-mode 0)} to your init file. |
| 1480 | Alternatively, you can change how the cursor looks when it ``blinks | 1484 | Alternatively, you can change how the cursor looks when it ``blinks |