(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
This commit is contained in:
parent
4dfff41f93
commit
805f91e475
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue