From 805f91e475913814682246c531d12d6721870b85 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 10 Aug 2001 09:14:17 +0000 Subject: [PATCH] (syms_of_keyboard) : Fix a typo in a doc string. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 8043d71c168..54457612370 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10541,7 +10541,7 @@ by position only."); 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; -- 2.39.2