# HG changeset patch # User Richard M. Stallman # Date 1191290096 0 # Node ID c221518469242a3bbec29721a807d0a9a23d6165 # Parent 555b3329a5169a5affb5567e85250ad0059e9b09 (cursor-in-non-selected-windows): Doc fix. diff -r 555b3329a516 -r c22151846924 lisp/frame.el --- a/lisp/frame.el Mon Oct 01 18:28:49 2007 +0000 +++ b/lisp/frame.el Tue Oct 02 01:54:56 2007 +0000 @@ -1353,6 +1353,9 @@ (defcustom cursor-in-non-selected-windows t "*Non-nil means show a hollow box cursor in non-selected windows. If nil, don't show a cursor except in the selected window. +If t, display a cursor related to the usual cursor type + \(a solid box becomes hollow, a bar becomes a narrower bar). +You can also specify the cursor type as in the `cursor-type' variable. Use Custom to set this variable to get the display updated." :tag "Cursor In Non-selected Windows" :type 'boolean