[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/display.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/man/display.texi |
Date: |
Tue, 27 Aug 2002 14:50:52 -0400 |
Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.64 emacs/man/display.texi:1.65
*** emacs/man/display.texi:1.64 Wed Jun 26 18:29:36 2002
--- emacs/man/display.texi Tue Aug 27 14:50:52 2002
***************
*** 997,1002 ****
--- 997,1003 ----
@section Displaying the Cursor
@findex blink-cursor-mode
+ @vindex blink-cursor-alist
@cindex cursor, locating visually
@cindex cursor, blinking
You can customize the cursor's color, and whether it blinks, using
***************
*** 1004,1009 ****
--- 1005,1012 ----
graphical terminals, the command @kbd{M-x blink-cursor-mode} enables
or disables the blinking of the cursor. (On text terminals, the
terminal itself blinks the cursor, and Emacs has no control over it.)
+ You can control how the cursor appears when it blinks off
+ by setting the variable @cindex{blink-cursor-alist}.
@cindex cursor in non-selected windows
@vindex cursor-in-non-selected-windows
- [Emacs-diffs] Changes to emacs/man/display.texi,
Richard M. Stallman <=