aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-19 03:34:46 +0000
committerRichard M. Stallman2001-02-19 03:34:46 +0000
commit0f613b80e5b5e35ddeb2187640ffcd6ae7d9e9d5 (patch)
tree3e3abd18e2daebffc27bb7175ad30f3b5013c021
parentab26d9a1d8e11b5d609e6de9f449d38a1c073fa9 (diff)
downloademacs-0f613b80e5b5e35ddeb2187640ffcd6ae7d9e9d5.tar.gz
emacs-0f613b80e5b5e35ddeb2187640ffcd6ae7d9e9d5.zip
Document cursor-in-non-selected-windows.
-rw-r--r--man/display.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi
index aa249619aa8..ac042c976f6 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -492,3 +492,9 @@ block cursor as wide as the character under the cursor---for example,
492if the cursor is on a tab character, it would cover the full width 492if the cursor is on a tab character, it would cover the full width
493occupied by that tab character. To enable this feature, set the 493occupied by that tab character. To enable this feature, set the
494variable @code{x-stretch-cursor} to a non-@code{nil} value. 494variable @code{x-stretch-cursor} to a non-@code{nil} value.
495
496@cindex cursor in non-selected windows
497@vindex cursor-in-non-selected-windows
498 Normally, the cursor in non-selected windows is shown as a hollow
499box. To turn off cursor display in non-selected windows, set the
500variable @code{cursor-in-non-selected-windows} to @code{nil}.