From: Gerd Moellmann Date: Mon, 30 Jul 2001 14:08:51 +0000 (+0000) Subject: Add description of double-click-fuzz. X-Git-Tag: emacs-pretest-21.0.105~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e8864c7fcd4351db982362b901e1d7483e7081a;p=emacs.git Add description of double-click-fuzz. --- diff --git a/etc/NEWS b/etc/NEWS index 99d5ac3da0d..baf4fb32af6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2202,6 +2202,10 @@ It is automatically turned on for files whose names have the extension ** Refill minor mode provides preliminary support for keeping paragraphs filled as you modify them. +** The variable `double-click-fuzz' specifies how much the mouse +may be moved between clicks that are recognized as a pair. Its value +is measured in pixels. + +++ ** The new global minor mode `auto-image-file-mode' allows image files to be visited as images. diff --git a/man/custom.texi b/man/custom.texi index 5a42291ca32..8c4c6df0356 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -1877,6 +1877,11 @@ in 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. +@vindex double-click-fuzz + The variable @code{double-click-fuzz} specifies how much the mouse +may be moved between clicks that are recognized as a pair. Its value +is measured in pixels. + The symbols for mouse events also indicate the status of the modifier keys, with the usual prefixes @samp{C-}, @samp{M-}, @samp{H-}, @samp{s-}, @samp{A-} and @samp{S-}. These always precede @samp{double-}