projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c151797
)
; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Sep 2020 18:57:20 +0000
(21:57 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Sep 2020 18:57:20 +0000
(21:57 +0300)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 4dd8bb180412dfa5017e7717bf538dcd078465fd..255606957c26df6f5d5b7e116f9c4fd170735a5a 100644
(file)
--- 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;