aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-02 02:04:08 +0000
committerRichard M. Stallman2007-10-02 02:04:08 +0000
commit36c763fdbfb9691d283bbdf17286f0c1e1055c9b (patch)
tree8c9cde8a828dcee6897d8c20754c4fb0a55ac7f2
parent24dc4115c76230fc92907ef49f0f40e5752b2935 (diff)
downloademacs-36c763fdbfb9691d283bbdf17286f0c1e1055c9b.tar.gz
emacs-36c763fdbfb9691d283bbdf17286f0c1e1055c9b.zip
(Cursor Parameters): Describe cursor-in-non-selected-windows here.
Explain more values.
-rw-r--r--lispref/frames.texi13
1 files changed, 11 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index b8a0d4749e2..496ca3c00de 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -655,8 +655,17 @@ should be suitable values for the @code{cursor-type} frame parameter.
655 655
656There are various defaults for how to blink each type of cursor, if 656There are various defaults for how to blink each type of cursor, if
657the type is not mentioned as an @var{on-state} here. Changes in this 657the type is not mentioned as an @var{on-state} here. Changes in this
658variable do not take effect immediately, because the variable is 658variable do not take effect immediately, only when you specify the
659examined only when you specify the @code{cursor-type} parameter. 659@code{cursor-type} frame parameter.
660@end defvar
661
662@defvar cursor-in-non-selected-windows
663This variable controls how the cursor looks in a window that is not
664selected. It supports the same values as the @code{cursor-type} frame
665parameter; also, @code{nil} means don't display a cursor in
666nonselected windows, and @code{t} (the default) means use a standard
667modificatoin of the usual cursor type (solid box becomes hollow box,
668and bar becomes a narrower bar).
660@end defvar 669@end defvar
661 670
662@node Color Parameters 671@node Color Parameters