summaryrefslogtreecommitdiff
path: root/src
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
commit9257d3746ec6a83edce0a96e1de2a2c8b6667042 (patch)
tree2295863fe6cd38412763fafb4cb0b252e380403e /src
parent66fceb6578df8814d62f2bd9510fe3f70e1e756f (diff)
downloademacs-9257d3746ec6a83edce0a96e1de2a2c8b6667042.tar.gz
(struct input_event): FIx typo in previous change.
Diffstat (limited to 'src')
-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;