]> git.eshelyaron.com Git - emacs.git/commitdiff
(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 5 May 2006 06:45:04 +0000 (06:45 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 5 May 2006 06:45:04 +0000 (06:45 +0000)
src/termhooks.h

index 8405cac3b8898e2a2460b9e2cf89424fb4eeb5ee..de43d580c9b639bf88b514f72af44e7b89893f1e 100644 (file)
@@ -332,9 +332,9 @@ enum event_kind
   /* Generated when an Apple event, a HICommand event, or a Services
      menu event is received and the corresponding handler is
      registered.  Members `x' and `y' are for the event class and ID
-     symbols, respectively.  Member `code' points to the Apple event
-     descriptor.  Parameters for Non-Apple events are converted to
-     those in Apple events.  */
+     symbols, respectively.  Member `arg' is a Lisp object converted
+     from the received Apple event.  Parameters for non-Apple events
+     are converted to those in Apple events.  */
   MAC_APPLE_EVENT
 #endif
 };