From 772e490ce3140fbd704f37df9b9dad6a1670b1e3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Oct 2007 01:53:31 +0000 Subject: [PATCH] (cursor-in-non-selected-windows): Doc fix. --- lisp/frame.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5