emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 5b23393: ; * src/frame.c (syms_of_frame) <make-pointer-invisibl


From: Eli Zaretskii
Subject: emacs-27 5b23393: ; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.
Date: Sat, 19 Sep 2020 14:57:44 -0400 (EDT)

branch: emacs-27
commit 5b23393bcc0293c61eedd21690a4024efb25d955
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.
---
 src/frame.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frame.c b/src/frame.c
index 4dd8bb1..2556069 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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]