mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-14 03:37:38 -08:00
(show-cursor-in-non-selected-windows): Doc fix.
This commit is contained in:
parent
4c4a541d35
commit
e053c60feb
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2000-11-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* frame.el (show-cursor-in-non-selected-windows): Doc fix.
|
||||
|
||||
* hi-lock.el (hi-lock-refontify): Don't call non-existent
|
||||
jit-lock-fontify-buffer; it should anyway be unneccessary to
|
||||
do anything special when jit-lock is active.
|
||||
|
|
|
|||
|
|
@ -1161,7 +1161,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."
|
||||
If nil, don't show a cursor except in the selected window.
|
||||
Setting this variable directly has no effect; use custom instead."
|
||||
:tag "Cursor in non-selected windows"
|
||||
:type 'boolean
|
||||
:group 'cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue