changeset 38772:005ef8b3f8a7

(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 10 Aug 2001 09:14:17 +0000
parents 3e5c99acf21a
children e5480b57a95f
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;