From 603f5979461a6524340d8010eb088abc89655664 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 14 Nov 2009 15:15:32 +0000 Subject: [PATCH] * commands.texi (Motion Events): Fix typo (Bug#4907). --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/commands.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index beb3cff645..74c7f73b99 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2009-11-14 Chong Yidong + + * commands.texi (Motion Events): Fix typo (Bug#4907). + 2009-11-08 Chong Yidong * searching.texi (Char Classes): Note that [:upper:] and [:lower:] diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index fc4c550400..62bc6c8cf9 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -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 -- 2.20.1