diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-02 01:53:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-02 01:53:31 +0000 |
commit | 772e490ce3140fbd704f37df9b9dad6a1670b1e3 (patch) | |
tree | b5a47dce5d357af0b581842f141eb165a9cde6a9 /lisp/frame.el | |
parent | f7a7f4eb9a64b2d427f64dd854a45c405ffde917 (diff) | |
download | emacs-772e490ce3140fbd704f37df9b9dad6a1670b1e3.tar.gz |
(cursor-in-non-selected-windows): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 3 |
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." (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 |