]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorJim Blandy <jimb@redhat.com>
Tue, 28 Sep 1993 09:56:06 +0000 (09:56 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 28 Sep 1993 09:56:06 +0000 (09:56 +0000)
src/termhooks.h

index f2c9476161a750ddbfc8c54db612748b4f07e9ff..116101670fc187d912a5d19429934e101d4b361f 100644 (file)
@@ -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