emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.h,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h,v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:49:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:49:21

Index: keyboard.h
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.h,v
retrieving revision 1.75.2.1
retrieving revision 1.75.2.2
diff -u -b -r1.75.2.1 -r1.75.2.2
--- keyboard.h  25 Jul 2007 05:15:48 -0000      1.75.2.1
+++ keyboard.h  8 Aug 2007 07:49:17 -0000       1.75.2.2
@@ -240,7 +240,7 @@
 
 /* Macros for dealing with lispy events.  */
 
-/* True iff EVENT has data fields describing it (i.e. a mouse click).  */
+/* True if EVENT has data fields describing it (i.e. a mouse click).  */
 #define EVENT_HAS_PARAMETERS(event) (CONSP (event))
 
 /* Extract the head from an event.




reply via email to

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