# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1146811504 0 # Node ID 8fd44e40f1010a7a948b3270bfa34126c01ba69e # Parent c04007f0021163e4bbcde9c36f56fdf3a0cb7720 (enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT. diff -r c04007f00211 -r 8fd44e40f101 src/termhooks.h --- a/src/termhooks.h Fri May 05 06:44:55 2006 +0000 +++ b/src/termhooks.h Fri May 05 06:45:04 2006 +0000 @@ -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 };