# HG changeset patch # User Richard M. Stallman # Date 1008474712 0 # Node ID c4fada8ce8698731949bff7b030c93de5c615b16 # Parent 12577e136b145ef708ad48bc16838c0d4415d4ba (syms_of_keyboard) : Doc fix. diff -r 12577e136b14 -r c4fada8ce869 src/keyboard.c --- a/src/keyboard.c Sun Dec 16 03:48:41 2001 +0000 +++ b/src/keyboard.c Sun Dec 16 03:51:52 2001 +0000 @@ -10614,7 +10614,10 @@ On window-system frames, value is the number of pixels the mouse may have moved horizontally or vertically between two clicks to make a double-click. On non window-system frames, value is interpreted in units of 1/8 characters -instead of pixels. */); +instead of pixels. + +This variable is also the threshold for motion of the mouse +to count as a drag. */); double_click_fuzz = 3; DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus,