diff options
| author | Richard M. Stallman | 2001-12-16 03:53:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-16 03:53:05 +0000 |
| commit | 1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8 (patch) | |
| tree | c366a17fad5e6c30b59e491dc895eb55a86dd628 /src | |
| parent | 25c58854c78d2c5e3e0b1a2dc7cb53cc177c3b9d (diff) | |
| download | emacs-1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8.tar.gz emacs-1ca6a9c4cc8bd8ea27d6cd4e43f3de611ac213c8.zip | |
(syms_of_keyboard) <double-click-fuzz>: Doc fix.
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, |