Mercurial > emacs
changeset 70386:8fd44e40f101
(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 05 May 2006 06:45:04 +0000 |
parents | c04007f00211 |
children | a995a8745b40 |
files | src/termhooks.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 };