aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-08-10 09:14:17 +0000
committerEli Zaretskii <[email protected]>2001-08-10 09:14:17 +0000
commit805f91e475913814682246c531d12d6721870b85 (patch)
treeb96027921c788eab84891dafda12a42bf7ed0c91 /src/keyboard.c
parent4dfff41f9346e1ed95cd6a7c3840296848b09567 (diff)
(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8043d71c16..5445761237 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;