# HG changeset patch # User Richard M. Stallman # Date 756895416 0 # Node ID f8be998bdeba083e73a1235239bb079a4cc19922 # Parent 7e5fce72b793747b4f92a34924b62fafea86b01d (struct input_event): FIx typo in previous change. diff -r 7e5fce72b793 -r f8be998bdeba src/termhooks.h --- a/src/termhooks.h Sun Dec 26 08:21:22 1993 +0000 +++ b/src/termhooks.h Sun Dec 26 08:43:36 1993 +0000 @@ -261,7 +261,7 @@ /* 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;