aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 65eeec6aea2..16fc4958d1f 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2256,7 +2256,7 @@ indicates the release of the button, or whatever kind of event means
2256it is time to stop tracking. 2256it is time to stop tracking.
2257 2257
2258The @code{track-mouse} form causes Emacs to generate mouse motion 2258The @code{track-mouse} form causes Emacs to generate mouse motion
2259events by binding the variable @code{mouse-tracking} to a 2259events by binding the variable @code{track-mouse} to a
2260non-@code{nil} value. If that variable has the special value 2260non-@code{nil} value. If that variable has the special value
2261@code{dragging}, it additionally instructs the display engine to 2261@code{dragging}, it additionally instructs the display engine to
2262refrain from changing the shape of the mouse pointer. This is 2262refrain from changing the shape of the mouse pointer. This is