changeset 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 7e5fce72b793
children d1fa597d923d
files src/termhooks.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;