diff options
| -rw-r--r-- | man/display.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index d28f7c18b72..9e3399cf6b8 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -997,6 +997,7 @@ argument to suppress the effect of bold-face in this case. | |||
| 997 | @section Displaying the Cursor | 997 | @section Displaying the Cursor |
| 998 | 998 | ||
| 999 | @findex blink-cursor-mode | 999 | @findex blink-cursor-mode |
| 1000 | @vindex blink-cursor-alist | ||
| 1000 | @cindex cursor, locating visually | 1001 | @cindex cursor, locating visually |
| 1001 | @cindex cursor, blinking | 1002 | @cindex cursor, blinking |
| 1002 | You can customize the cursor's color, and whether it blinks, using | 1003 | You can customize the cursor's color, and whether it blinks, using |
| @@ -1004,6 +1005,8 @@ the @code{cursor} Custom group (@pxref{Easy Customization}). On | |||
| 1004 | graphical terminals, the command @kbd{M-x blink-cursor-mode} enables | 1005 | graphical terminals, the command @kbd{M-x blink-cursor-mode} enables |
| 1005 | or disables the blinking of the cursor. (On text terminals, the | 1006 | or disables the blinking of the cursor. (On text terminals, the |
| 1006 | terminal itself blinks the cursor, and Emacs has no control over it.) | 1007 | terminal itself blinks the cursor, and Emacs has no control over it.) |
| 1008 | You can control how the cursor appears when it blinks off | ||
| 1009 | by setting the variable @cindex{blink-cursor-alist}. | ||
| 1007 | 1010 | ||
| 1008 | @cindex cursor in non-selected windows | 1011 | @cindex cursor in non-selected windows |
| 1009 | @vindex cursor-in-non-selected-windows | 1012 | @vindex cursor-in-non-selected-windows |