Mercurial > emacs
diff src/termhooks.h @ 5361:f8be998bdeba
(struct input_event): FIx typo in previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 26 Dec 1993 08:43:36 +0000 |
| parents | 4891291b5785 |
| children | 29fc276620b1 |
line wrap: on
line diff
--- 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;
