From: Richard M. Stallman Date: Sun, 26 Dec 1993 08:43:36 +0000 (+0000) Subject: (struct input_event): FIx typo in previous change. X-Git-Tag: emacs-19.34~10490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9257d3746ec6a83edce0a96e1de2a2c8b6667042;p=emacs.git (struct input_event): FIx typo in previous change. --- diff --git a/src/termhooks.h b/src/termhooks.h index d9abb3e72ce..65abf51dc1a 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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;