Mercurial > emacs
changeset 78936:c22151846924
(cursor-in-non-selected-windows): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Oct 2007 01:54:56 +0000 |
parents | 555b3329a516 |
children | 5d7aed88de29 |
files | lisp/frame.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Mon Oct 01 18:28:49 2007 +0000 +++ b/lisp/frame.el Tue Oct 02 01:54:56 2007 +0000 @@ -1353,6 +1353,9 @@ (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