From bf33d14bd584245b6f5de831d7e4997751776320 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Oct 2007 01:55:02 +0000 Subject: [PATCH] (cursor-in-non-selected-windows): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/frame.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8459f0ee2a0..d56aa5ac15b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-02 Richard Stallman + + * frame.el (cursor-in-non-selected-windows): Doc fix. + 2007-10-01 Nick Roberts * progmodes/gud.el (gud-display-line): Find source buffer even when diff --git a/lisp/frame.el b/lisp/frame.el index 130e24eb4ad..99142b1bbd4 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1353,6 +1353,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 -- 2.39.2