(cursor-in-non-selected-windows): Doc fix.
This commit is contained in:
parent
942575d60e
commit
bf33d14bd5
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-10-02 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* frame.el (cursor-in-non-selected-windows): Doc fix.
|
||||
|
||||
2007-10-01 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gud.el (gud-display-line): Find source buffer even when
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue