aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/commands.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 0c848a80257..032f005e9c4 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1661,6 +1661,12 @@ events within its body. Outside of @code{track-mouse} forms, Emacs
1661does not generate events for mere motion of the mouse, and these 1661does not generate events for mere motion of the mouse, and these
1662events do not appear. @xref{Mouse Tracking}. 1662events do not appear. @xref{Mouse Tracking}.
1663 1663
1664@defvar mouse-fine-grained-tracking
1665When non-@code{nil}, mouse motion events are generated even for very
1666small movements. Otherwise, motion events are not generated as long
1667as the mouse cursor remains pointing to the same glyph in the text.
1668@end defvar
1669
1664@node Focus Events 1670@node Focus Events
1665@subsection Focus Events 1671@subsection Focus Events
1666@cindex focus event 1672@cindex focus event