summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2006-05-05 06:45:04 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2006-05-05 06:45:04 +0000
commit8b6361c15f9578041aa41a41c59d8dc772737f7f (patch)
tree3755f70857be137b5bd6bc7f6789feb8d2bb2043 /src/termhooks.h
parent93ad8ad96bb9863d49921dd51056b650b1766fba (diff)
downloademacs-8b6361c15f9578041aa41a41c59d8dc772737f7f.tar.gz
(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 8405cac3b88..de43d580c9b 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -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
};