emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/termhooks.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Fri, 05 May 2006 06:45:04 +0000

Index: emacs/src/termhooks.h
diff -u emacs/src/termhooks.h:1.73 emacs/src/termhooks.h:1.74
--- emacs/src/termhooks.h:1.73  Mon Feb  6 15:23:21 2006
+++ emacs/src/termhooks.h       Fri May  5 06:45:04 2006
@@ -332,9 +332,9 @@
   /* 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
 };




reply via email to

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