emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog commands.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog commands.texi
Date: Sat, 14 Nov 2009 15:15:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/11/14 15:15:32

Modified files:
        doc/lispref    : ChangeLog commands.texi 

Log message:
        * commands.texi (Motion Events): Fix typo (Bug#4907).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.347&r2=1.348
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/commands.texi?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -b -r1.347 -r1.348
--- ChangeLog   8 Nov 2009 23:19:11 -0000       1.347
+++ ChangeLog   14 Nov 2009 15:15:32 -0000      1.348
@@ -1,3 +1,7 @@
+2009-11-14  Chong Yidong  <address@hidden>
+
+       * commands.texi (Motion Events): Fix typo (Bug#4907).
+
 2009-11-08  Chong Yidong  <address@hidden>
 
        * searching.texi (Char Classes): Note that [:upper:] and [:lower:]

Index: commands.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/commands.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- commands.texi       15 Aug 2009 21:47:23 -0000      1.20
+++ commands.texi       14 Nov 2009 15:15:32 -0000      1.21
@@ -1535,7 +1535,7 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]