mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(struct input_event): FIx typo in previous change.
This commit is contained in:
parent
66fceb6578
commit
9257d3746e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user