summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-12-26 08:43:36 +0000
committerRichard M. Stallman <rms@gnu.org>1993-12-26 08:43:36 +0000
commit6fafa7db6666e8676f8dd832449f2bc401a97a04 (patch)
tree4735c0e3b21b6794dc3377601af709e609e237e6 /src/termhooks.h
parent734ce18a3058336418494ed9350ff92eb55857a2 (diff)
downloademacs-6fafa7db6666e8676f8dd832449f2bc401a97a04.tar.gz
(struct input_event): FIx typo in previous change.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
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;