]> git.eshelyaron.com Git - emacs.git/commitdiff
(cursor-in-non-selected-windows): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Oct 2007 01:55:02 +0000 (01:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Oct 2007 01:55:02 +0000 (01:55 +0000)
lisp/ChangeLog
lisp/frame.el

index 8459f0ee2a0e68110fb5419708f28641dc55d053..d56aa5ac15b9d10444290502abe3c3f9006ee7bb 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-02  Richard Stallman  <rms@gnu.org>
+
+       * frame.el (cursor-in-non-selected-windows): Doc fix.
+
 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-display-line): Find source buffer even when
index 130e24eb4ad4c94aa53f129080b0ab12a3a1435a..99142b1bbd42cdbf6c58da0b86fa5bb40c3a8b95 100644 (file)
@@ -1353,6 +1353,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