diff options
author | Miles Bader <miles@gnu.org> | 2002-08-28 00:55:11 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-08-28 00:55:11 +0000 |
commit | 846a13b84b07698be1de8cef007f4c0a5013aeb6 (patch) | |
tree | cf92742e535cee8521a5065d5580d40b24baa185 /man/display.texi | |
parent | 49a42d13e4022aeeb324b82f0af88aa84a1e1bb7 (diff) | |
download | emacs-846a13b84b07698be1de8cef007f4c0a5013aeb6.tar.gz |
@cindex{...} -> @code{...}
Diffstat (limited to 'man/display.texi')
-rw-r--r-- | man/display.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi index 9e3399cf6b8..1d7e998c474 100644 --- a/man/display.texi +++ b/man/display.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997, 2000, 2001 +@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997, 2000, 2001, 2002 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Display, Search, Registers, Top @@ -1005,8 +1005,8 @@ the @code{cursor} Custom group (@pxref{Easy Customization}). On 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}. +You can control how the cursor appears when it blinks off by setting +the variable @code{blink-cursor-alist}. @cindex cursor in non-selected windows @vindex cursor-in-non-selected-windows |