]> git.eshelyaron.com Git - emacs.git/commitdiff
(Mouse Buttons): Document the default values for double-click-time
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 Aug 2001 09:07:39 +0000 (09:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Aug 2001 09:07:39 +0000 (09:07 +0000)
and double-click-fuzz.

man/custom.texi

index 8eb991fbed79b7773698774172c4e621faf67d35..617bf6c6538e0b841d2c22b8bf89ff6b20407463 100644 (file)
@@ -1879,12 +1879,12 @@ events, if it has no binding).
 elapse between clicks and still allow them to be grouped as a multiple
 click.  Its value is in units of milliseconds.  If the value is
 @code{nil}, double clicks are not detected at all.  If the value is
-@code{t}, then there is no time limit.
+@code{t}, then there is no time limit.  The default is 500.
 
 @vindex double-click-fuzz
   The variable @code{double-click-fuzz} specifies how much the mouse
 can move between clicks still allow them to be grouped as a multiple
-click.  Its value is in units of pixels.
+click.  Its value is in units of pixels; the default is 3.
 
   The symbols for mouse events also indicate the status of the modifier
 keys, with the usual prefixes @samp{C-}, @samp{M-}, @samp{H-},