diff src/termhooks.h @ 4799:6af5540f4e4e

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Tue, 28 Sep 1993 09:56:06 +0000
parents ae9fcf538e23
children 2df44d5e75eb
line wrap: on
line diff
--- a/src/termhooks.h	Tue Sep 28 09:54:36 1993 +0000
+++ b/src/termhooks.h	Tue Sep 28 09:56:06 1993 +0000
@@ -194,12 +194,13 @@
 {
   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