aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-16 03:53:05 +0000
committerRichard M. Stallman2001-12-16 03:53:05 +0000
commit1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8 (patch)
treec366a17fad5e6c30b59e491dc895eb55a86dd628 /src/keyboard.c
parent25c58854c78d2c5e3e0b1a2dc7cb53cc177c3b9d (diff)
downloademacs-1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8.tar.gz
emacs-1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8.zip
(syms_of_keyboard) <double-click-fuzz>: Doc fix.
Diffstat (limited to 'src/keyboard.c')
-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,