From: Richard M. Stallman Date: Mon, 19 Feb 2001 03:34:46 +0000 (+0000) Subject: Document cursor-in-non-selected-windows. X-Git-Tag: emacs-pretest-21.0.99~304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f613b80e5b5e35ddeb2187640ffcd6ae7d9e9d5;p=emacs.git Document cursor-in-non-selected-windows. --- 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, if the cursor is on a tab character, it would cover the full width 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 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, set the +variable @code{cursor-in-non-selected-windows} to @code{nil}.