Mercurial > emacs
changeset 42064:c4fada8ce869
(syms_of_keyboard) <double-click-fuzz>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 16 Dec 2001 03:51:52 +0000 |
parents | 12577e136b14 |
children | 2598d485c9a1 |
files | src/keyboard.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,