summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-04-05 20:43:24 +0000
committerEli Zaretskii <eliz@gnu.org>2001-04-05 20:43:24 +0000
commit5359ed910b32554e115129f844b02fa72800e1b7 (patch)
treecc36ed8c3abafd3132e2140d68bbda971824b7b8
parentab9c49cfa9ba2ced3c7fe163faf9679725097e90 (diff)
downloademacs-5359ed910b32554e115129f844b02fa72800e1b7.tar.gz
(Cursor Display): show-cursor-in-non-selected-windows was renamed.
-rw-r--r--man/display.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi
index 701d51ddd80..0243ed76acc 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -873,9 +873,7 @@ occupied by that tab character. To enable this feature, set the
variable @code{x-stretch-cursor} to a non-@code{nil} value.
@cindex cursor in non-selected windows
-@vindex show-cursor-in-non-selected-windows
@vindex cursor-in-non-selected-windows
Normally, the cursor in non-selected windows is shown as a hollow box.
To turn off cursor display in non-selected windows, customize the option
-@code{show-cursor-in-non-selected-windows}, or set the variable
-@code{cursor-in-non-selected-windows} to @code{nil}.
+@code{cursor-in-non-selected-windows} to assign it a @code{nil} value.