aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-02 01:53:31 +0000
committerRichard M. Stallman2007-10-02 01:53:31 +0000
commit772e490ce3140fbd704f37df9b9dad6a1670b1e3 (patch)
treeb5a47dce5d357af0b581842f141eb165a9cde6a9
parentf7a7f4eb9a64b2d427f64dd854a45c405ffde917 (diff)
downloademacs-772e490ce3140fbd704f37df9b9dad6a1670b1e3.tar.gz
emacs-772e490ce3140fbd704f37df9b9dad6a1670b1e3.zip
(cursor-in-non-selected-windows): Doc fix.
-rw-r--r--lisp/frame.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 27dc4be1aa6..2c7e4627523 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1501,6 +1501,9 @@ cursor shapes."
1501(defcustom cursor-in-non-selected-windows t 1501(defcustom cursor-in-non-selected-windows t
1502 "*Non-nil means show a hollow box cursor in non-selected windows. 1502 "*Non-nil means show a hollow box cursor in non-selected windows.
1503If nil, don't show a cursor except in the selected window. 1503If nil, don't show a cursor except in the selected window.
1504If t, display a cursor related to the usual cursor type
1505 \(a solid box becomes hollow, a bar becomes a narrower bar).
1506You can also specify the cursor type as in the `cursor-type' variable.
1504Use Custom to set this variable to get the display updated." 1507Use Custom to set this variable to get the display updated."
1505 :tag "Cursor In Non-selected Windows" 1508 :tag "Cursor In Non-selected Windows"
1506 :type 'boolean 1509 :type 'boolean