diff options
| author | Richard M. Stallman | 2007-10-02 02:04:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-02 02:04:08 +0000 |
| commit | 36c763fdbfb9691d283bbdf17286f0c1e1055c9b (patch) | |
| tree | 8c9cde8a828dcee6897d8c20754c4fb0a55ac7f2 | |
| parent | 24dc4115c76230fc92907ef49f0f40e5752b2935 (diff) | |
| download | emacs-36c763fdbfb9691d283bbdf17286f0c1e1055c9b.tar.gz emacs-36c763fdbfb9691d283bbdf17286f0c1e1055c9b.zip | |
(Cursor Parameters): Describe cursor-in-non-selected-windows here.
Explain more values.
| -rw-r--r-- | lispref/frames.texi | 13 |
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 | ||
| 656 | There are various defaults for how to blink each type of cursor, if | 656 | There are various defaults for how to blink each type of cursor, if |
| 657 | the type is not mentioned as an @var{on-state} here. Changes in this | 657 | the type is not mentioned as an @var{on-state} here. Changes in this |
| 658 | variable do not take effect immediately, because the variable is | 658 | variable do not take effect immediately, only when you specify the |
| 659 | examined 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 | ||
| 663 | This variable controls how the cursor looks in a window that is not | ||
| 664 | selected. It supports the same values as the @code{cursor-type} frame | ||
| 665 | parameter; also, @code{nil} means don't display a cursor in | ||
| 666 | nonselected windows, and @code{t} (the default) means use a standard | ||
| 667 | modificatoin of the usual cursor type (solid box becomes hollow box, | ||
| 668 | and bar becomes a narrower bar). | ||
| 660 | @end defvar | 669 | @end defvar |
| 661 | 670 | ||
| 662 | @node Color Parameters | 671 | @node Color Parameters |