comparison doc/lispref/commands.texi @ 106008:38f236a275ca

* commands.texi (Motion Events): Fix typo (Bug#4907).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 14 Nov 2009 15:15:32 +0000
parents 3c79de4c87a1
children bfba1a86394b
comparison
equal deleted inserted replaced
106007:68d36fa6dccb 106008:38f236a275ca
1533 Emacs sometimes generates @dfn{mouse motion} events to describe motion 1533 Emacs sometimes generates @dfn{mouse motion} events to describe motion
1534 of the mouse without any button activity. Mouse motion events are 1534 of the mouse without any button activity. Mouse motion events are
1535 represented by lists that look like this: 1535 represented by lists that look like this:
1536 1536
1537 @example 1537 @example
1538 (mouse-movement (POSITION)) 1538 (mouse-movement POSITION)
1539 @end example 1539 @end example
1540 1540
1541 The second element of the list describes the current position of the 1541 The second element of the list describes the current position of the
1542 mouse, just as in a click event (@pxref{Click Events}). 1542 mouse, just as in a click event (@pxref{Click Events}).
1543 1543