]> code.delx.au - gnu-emacs/commitdiff
(struct input_event): FIx typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Dec 1993 08:43:36 +0000 (08:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Dec 1993 08:43:36 +0000 (08:43 +0000)
src/termhooks.h

index d9abb3e72ceec3289f5ec90bcf26ae7542155b37..65abf51dc1a4df9de993e2ad648885ffdcdbf453 100644 (file)
@@ -261,7 +261,7 @@ struct input_event {
   
   /* For an ascii_keystroke, this is the character.
      For a non_ascii_keystroke, this is the keysym code.
-     For a mouse event, this is the button number.
+     For a mouse event, this is the button number.  */
   int code;
   enum scroll_bar_part part;