# HG changeset patch # User Eli Zaretskii # Date 997434857 0 # Node ID 005ef8b3f8a717e6f2a38c1f872fe9f24d09c771 # Parent 3e5c99acf21a152e7140aa376cf5db28a6d74a0f (syms_of_keyboard) : Fix a typo in a doc string. diff -r 3e5c99acf21a -r 005ef8b3f8a7 src/keyboard.c --- a/src/keyboard.c Fri Aug 10 09:07:39 2001 +0000 +++ b/src/keyboard.c Fri Aug 10 09:14:17 2001 +0000 @@ -10541,7 +10541,7 @@ DEFVAR_INT ("double-click-fuzz", &double_click_fuzz, "*Maximum mouse movement between clicks to make a double-click.\n\ -Value is the number of pixels the mouse may ha moved horizontally or\n\ +Value is the number of pixels the mouse may have moved horizontally or\n\ vertically between two clicks to make a double-click."); double_click_fuzz = 3;