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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h,v
Date: Mon, 13 Aug 2007 13:42:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: src/keyboard.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- src/keyboard.h      26 Jul 2007 05:27:53 -0000      1.76
+++ src/keyboard.h      13 Aug 2007 13:41:15 -0000      1.77
@@ -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]