From: Eli Zaretskii Date: Fri, 10 Aug 2001 09:14:17 +0000 (+0000) Subject: (syms_of_keyboard) : Fix a typo in a doc string. X-Git-Tag: emacs-pretest-21.0.105~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=805f91e475913814682246c531d12d6721870b85;p=emacs.git (syms_of_keyboard) : Fix a typo in a doc string. --- 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;