]> code.delx.au - gnu-emacs/commitdiff
(cursor-in-non-selected-windows): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Oct 2007 01:53:31 +0000 (01:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Oct 2007 01:53:31 +0000 (01:53 +0000)
lisp/frame.el

index 27dc4be1aa6af6c1941a1022ef05b610f068998d..2c7e46275234184fae80526405691e98b03bbe23 100644 (file)
@@ -1501,6 +1501,9 @@ cursor shapes."
 (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