aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c5
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. */);
10614On window-system frames, value is the number of pixels the mouse may have 10614On window-system frames, value is the number of pixels the mouse may have
10615moved horizontally or vertically between two clicks to make a double-click. 10615moved horizontally or vertically between two clicks to make a double-click.
10616On non window-system frames, value is interpreted in units of 1/8 characters 10616On non window-system frames, value is interpreted in units of 1/8 characters
10617instead of pixels. */); 10617instead of pixels.
10618
10619This variable is also the threshold for motion of the mouse
10620to 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,