diff options
| author | Johan Bockgård | 2015-09-05 20:02:37 +0200 |
|---|---|---|
| committer | Johan Bockgård | 2015-09-05 20:02:37 +0200 |
| commit | ba521e7029ef2893a135ebec8cc472f3d45bf668 (patch) | |
| tree | 5971dd85adf54e7114b5e6e0ce24ab25d0c64f32 | |
| parent | 96d6689d3c9b7ed3ea791c6a6c0345e89ba209f9 (diff) | |
| download | emacs-ba521e7029ef2893a135ebec8cc472f3d45bf668.tar.gz emacs-ba521e7029ef2893a135ebec8cc472f3d45bf668.zip | |
* doc/lispref/frames.texi (Mouse Tracking): Fix typo.
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
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 | |||
| 2256 | it is time to stop tracking. | 2256 | it is time to stop tracking. |
| 2257 | 2257 | ||
| 2258 | The @code{track-mouse} form causes Emacs to generate mouse motion | 2258 | The @code{track-mouse} form causes Emacs to generate mouse motion |
| 2259 | events by binding the variable @code{mouse-tracking} to a | 2259 | events by binding the variable @code{track-mouse} to a |
| 2260 | non-@code{nil} value. If that variable has the special value | 2260 | non-@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 |
| 2262 | refrain from changing the shape of the mouse pointer. This is | 2262 | refrain from changing the shape of the mouse pointer. This is |