From: Gerd Moellmann Date: Mon, 30 Jul 2001 14:04:16 +0000 (+0000) Subject: (Repeat Events): Add description of double-click-fuzz. X-Git-Tag: emacs-pretest-21.0.105~356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99af9d83736460fe6b9e10886ee615bb1a94c9b6;p=emacs.git (Repeat Events): Add description of double-click-fuzz. --- diff --git a/lispref/commands.texi b/lispref/commands.texi index 1d3c4f022c5..4a204f5f6e7 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -1292,9 +1292,16 @@ the value is 3 or greater. If @var{event} is an ordinary mouse event (not a repeat event), the value is 1. @end defun -@defvar double-click-time +@defvar double-click-fuzz To generate repeat events, successive mouse button presses must be at -the same screen position, and the number of milliseconds between +approximately the same screen position. The value of +@code{double-click-fuzz} specifies the maximum number of pixels the +mouse may be moved between two successive clicks to make a +double-click. +@end defvar + +@defvar double-click-time +To generate repeat events, the number of milliseconds between successive button presses must be less than the value of @code{double-click-time}. Setting @code{double-click-time} to @code{nil} disables multi-click detection entirely. Setting it to