From: Jim Blandy Date: Tue, 28 Sep 1993 09:56:06 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-19.34~11052 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f05ddc05260885fb22d48e81b3444a18ac82e2f1;p=emacs.git Doc fix. --- diff --git a/src/termhooks.h b/src/termhooks.h index f2c9476161a..116101670fc 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -194,12 +194,13 @@ enum event_kind { no_event, /* nothing happened. This should never actually appear in the event queue. */ - ascii_keystroke, /* The ASCII code is in .code. + + ascii_keystroke, /* The ASCII code is in .code, perhaps + with modifiers applied. + .modifiers holds the state of the + modifier keys. .frame_or_window is the frame in which the key was typed. - Note that this includes meta-keys, and - the modifiers field of the event - is unused. .timestamp gives a timestamp (in milliseconds) for the keystroke. */ non_ascii_keystroke, /* .code is a number identifying the