# HG changeset patch # User Richard M. Stallman # Date 1191290011 0 # Node ID 47b6c1061ac9c49a901dd93f007a4b021241938d # Parent 65af76200ad0e125904f2d5c78f0ebf4cec2d57b (cursor-in-non-selected-windows): Doc fix. diff -r 65af76200ad0 -r 47b6c1061ac9 lisp/frame.el --- a/lisp/frame.el Mon Oct 01 21:19:22 2007 +0000 +++ b/lisp/frame.el Tue Oct 02 01:53:31 2007 +0000 @@ -1501,6 +1501,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