mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 02:20:21 -08:00
; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.
This commit is contained in:
parent
c151797da9
commit
5b23393bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -6128,7 +6128,7 @@ when the mouse is over clickable text. */);
|
|||
Vmouse_highlight = Qt;
|
||||
|
||||
DEFVAR_LISP ("make-pointer-invisible", Vmake_pointer_invisible,
|
||||
doc: /* If non-nil, make pointer invisible while typing.
|
||||
doc: /* If non-nil, make mouse pointer invisible while typing.
|
||||
The pointer becomes visible again when the mouse is moved. */);
|
||||
Vmake_pointer_invisible = Qt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue