diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index b80acb13902..55ce28c9c8d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10614,7 +10614,10 @@ by position only. */); | |||
| 10614 | On window-system frames, value is the number of pixels the mouse may have | 10614 | On window-system frames, value is the number of pixels the mouse may have |
| 10615 | moved horizontally or vertically between two clicks to make a double-click. | 10615 | moved horizontally or vertically between two clicks to make a double-click. |
| 10616 | On non window-system frames, value is interpreted in units of 1/8 characters | 10616 | On non window-system frames, value is interpreted in units of 1/8 characters |
| 10617 | instead of pixels. */); | 10617 | instead of pixels. |
| 10618 | |||
| 10619 | This variable is also the threshold for motion of the mouse | ||
| 10620 | to count as a drag. */); | ||
| 10618 | double_click_fuzz = 3; | 10621 | double_click_fuzz = 3; |
| 10619 | 10622 | ||
| 10620 | DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus, | 10623 | DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus, |