(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.

This commit is contained in:
Eli Zaretskii 2001-08-10 09:14:17 +00:00
parent 4dfff41f93
commit 805f91e475

View file

@ -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;