From 5b23393bcc0293c61eedd21690a4024efb25d955 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Sep 2020 21:57:20 +0300 Subject: [PATCH] ; * src/frame.c (syms_of_frame) : Doc fix. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */); 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; -- 2.39.2