Refer to mouse-highlight from make-pointer-invisible docstring
* src/frame.c (syms_of_frame) <Vmake_pointer_invisible>: Doc fix; add reference to 'mouse-highlight'. (Bug#42889)
This commit is contained in:
parent
cf4394a397
commit
7236592668
1 changed files with 4 additions and 1 deletions
|
@ -6238,7 +6238,10 @@ when the mouse is over clickable text. */);
|
|||
|
||||
DEFVAR_LISP ("make-pointer-invisible", Vmake_pointer_invisible,
|
||||
doc: /* If non-nil, make mouse pointer invisible while typing.
|
||||
The pointer becomes visible again when the mouse is moved. */);
|
||||
The pointer becomes visible again when the mouse is moved.
|
||||
|
||||
When using this, you might also want to disable highlighting of
|
||||
clickable text. See `mouse-highlight'. */);
|
||||
Vmake_pointer_invisible = Qt;
|
||||
|
||||
DEFVAR_LISP ("move-frame-functions", Vmove_frame_functions,
|
||||
|
|
Loading…
Add table
Reference in a new issue