From: Johan Bockgård Date: Sat, 5 Sep 2015 18:02:37 +0000 (+0200) Subject: * doc/lispref/frames.texi (Mouse Tracking): Fix typo. X-Git-Tag: emacs-25.0.90~1225^2~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba521e7029ef2893a135ebec8cc472f3d45bf668;p=emacs.git * doc/lispref/frames.texi (Mouse Tracking): Fix typo. --- 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 it is time to stop tracking. The @code{track-mouse} form causes Emacs to generate mouse motion -events by binding the variable @code{mouse-tracking} to a +events by binding the variable @code{track-mouse} to a non-@code{nil} value. If that variable has the special value @code{dragging}, it additionally instructs the display engine to refrain from changing the shape of the mouse pointer. This is