aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-05 20:43:24 +0000
committerEli Zaretskii2001-04-05 20:43:24 +0000
commit5359ed910b32554e115129f844b02fa72800e1b7 (patch)
treecc36ed8c3abafd3132e2140d68bbda971824b7b8
parentab9c49cfa9ba2ced3c7fe163faf9679725097e90 (diff)
downloademacs-5359ed910b32554e115129f844b02fa72800e1b7.tar.gz
emacs-5359ed910b32554e115129f844b02fa72800e1b7.zip
(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
873variable @code{x-stretch-cursor} to a non-@code{nil} value. 873variable @code{x-stretch-cursor} to a non-@code{nil} value.
874 874
875@cindex cursor in non-selected windows 875@cindex cursor in non-selected windows
876@vindex show-cursor-in-non-selected-windows
877@vindex cursor-in-non-selected-windows 876@vindex cursor-in-non-selected-windows
878 Normally, the cursor in non-selected windows is shown as a hollow box. 877 Normally, the cursor in non-selected windows is shown as a hollow box.
879To turn off cursor display in non-selected windows, customize the option 878To turn off cursor display in non-selected windows, customize the option
880@code{show-cursor-in-non-selected-windows}, or set the variable 879@code{cursor-in-non-selected-windows} to assign it a @code{nil} value.
881@code{cursor-in-non-selected-windows} to @code{nil}.