diff options
| author | Richard M. Stallman | 2007-10-02 01:53:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-02 01:53:31 +0000 |
| commit | 772e490ce3140fbd704f37df9b9dad6a1670b1e3 (patch) | |
| tree | b5a47dce5d357af0b581842f141eb165a9cde6a9 | |
| parent | f7a7f4eb9a64b2d427f64dd854a45c405ffde917 (diff) | |
| download | emacs-772e490ce3140fbd704f37df9b9dad6a1670b1e3.tar.gz emacs-772e490ce3140fbd704f37df9b9dad6a1670b1e3.zip | |
(cursor-in-non-selected-windows): Doc fix.
| -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." | |||
| 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. |
| 1503 | If nil, don't show a cursor except in the selected window. | 1503 | If nil, don't show a cursor except in the selected window. |
| 1504 | If t, display a cursor related to the usual cursor type | ||
| 1505 | \(a solid box becomes hollow, a bar becomes a narrower bar). | ||
| 1506 | You can also specify the cursor type as in the `cursor-type' variable. | ||
| 1504 | Use Custom to set this variable to get the display updated." | 1507 | Use 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 |