(show-cursor-in-non-selected-windows): Doc fix.
This commit is contained in:
parent
e7522695a5
commit
e9510d0020
1 changed files with 2 additions and 1 deletions
|
@ -1162,7 +1162,8 @@ itself as a pre-command hook."
|
|||
(defcustom show-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.
|
||||
Setting this variable directly has no effect; use custom instead."
|
||||
Setting this variable directly has no effect; use custom instead
|
||||
(or set the variable `cursor-in-non-selected-windows')."
|
||||
:tag "Cursor in non-selected windows"
|
||||
:type 'boolean
|
||||
:group 'cursor
|
||||
|
|
Loading…
Add table
Reference in a new issue