aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 4dd8bb18041..255606957c2 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -6128,7 +6128,7 @@ when the mouse is over clickable text. */);
6128 Vmouse_highlight = Qt; 6128 Vmouse_highlight = Qt;
6129 6129
6130 DEFVAR_LISP ("make-pointer-invisible", Vmake_pointer_invisible, 6130 DEFVAR_LISP ("make-pointer-invisible", Vmake_pointer_invisible,
6131 doc: /* If non-nil, make pointer invisible while typing. 6131 doc: /* If non-nil, make mouse pointer invisible while typing.
6132The pointer becomes visible again when the mouse is moved. */); 6132The pointer becomes visible again when the mouse is moved. */);
6133 Vmake_pointer_invisible = Qt; 6133 Vmake_pointer_invisible = Qt;
6134 6134