* commands.texi (Motion Events): Fix typo (Bug#4907).
This commit is contained in:
parent
c3583c9456
commit
603f597946
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-11-14 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* commands.texi (Motion Events): Fix typo (Bug#4907).
|
||||
|
||||
2009-11-08 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* searching.texi (Char Classes): Note that [:upper:] and [:lower:]
|
||||
|
|
|
@ -1535,7 +1535,7 @@ of the mouse without any button activity. Mouse motion events are
|
|||
represented by lists that look like this:
|
||||
|
||||
@example
|
||||
(mouse-movement (POSITION))
|
||||
(mouse-movement POSITION)
|
||||
@end example
|
||||
|
||||
The second element of the list describes the current position of the
|
||||
|
|
Loading…
Add table
Reference in a new issue