From: Richard M. Stallman Date: Tue, 2 Oct 2007 02:04:08 +0000 (+0000) Subject: (Cursor Parameters): Describe cursor-in-non-selected-windows here. X-Git-Tag: emacs-pretest-22.1.90~703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36c763fdbfb9691d283bbdf17286f0c1e1055c9b;p=emacs.git (Cursor Parameters): Describe cursor-in-non-selected-windows here. Explain more values. --- diff --git a/lispref/frames.texi b/lispref/frames.texi index b8a0d4749e2..496ca3c00de 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -655,8 +655,17 @@ should be suitable values for the @code{cursor-type} frame parameter. There are various defaults for how to blink each type of cursor, if the type is not mentioned as an @var{on-state} here. Changes in this -variable do not take effect immediately, because the variable is -examined only when you specify the @code{cursor-type} parameter. +variable do not take effect immediately, only when you specify the +@code{cursor-type} frame parameter. +@end defvar + +@defvar cursor-in-non-selected-windows +This variable controls how the cursor looks in a window that is not +selected. It supports the same values as the @code{cursor-type} frame +parameter; also, @code{nil} means don't display a cursor in +nonselected windows, and @code{t} (the default) means use a standard +modificatoin of the usual cursor type (solid box becomes hollow box, +and bar becomes a narrower bar). @end defvar @node Color Parameters