Mercurial > emacs
comparison lisp/frame.el @ 85006:47b6c1061ac9
(cursor-in-non-selected-windows): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Oct 2007 01:53:31 +0000 |
parents | b180bbe9e5fc |
children | 5039706521c9 |
comparison
equal
deleted
inserted
replaced
85005:65af76200ad0 | 85006:47b6c1061ac9 |
---|---|
1499 | 1499 |
1500 | 1500 |
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 |
1507 :group 'cursor | 1510 :group 'cursor |
1508 :set #'(lambda (symbol value) | 1511 :set #'(lambda (symbol value) |