aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el3
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.
1503If nil, don't show a cursor except in the selected window. 1503If nil, don't show a cursor except in the selected window.
1504If t, display a cursor related to the usual cursor type
1505 \(a solid box becomes hollow, a bar becomes a narrower bar).
1506You can also specify the cursor type as in the `cursor-type' variable.
1504Use Custom to set this variable to get the display updated." 1507Use 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