comparison man/custom.texi @ 38771:3e5c99acf21a

(Mouse Buttons): Document the default values for double-click-time and double-click-fuzz.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 10 Aug 2001 09:07:39 +0000
parents d7121931b3ba
children a670b4af3cb4
comparison
equal deleted inserted replaced
38770:4cbe0f799a15 38771:3e5c99acf21a
1877 @vindex double-click-time 1877 @vindex double-click-time
1878 The variable @code{double-click-time} specifies how much time can 1878 The variable @code{double-click-time} specifies how much time can
1879 elapse between clicks and still allow them to be grouped as a multiple 1879 elapse between clicks and still allow them to be grouped as a multiple
1880 click. Its value is in units of milliseconds. If the value is 1880 click. Its value is in units of milliseconds. If the value is
1881 @code{nil}, double clicks are not detected at all. If the value is 1881 @code{nil}, double clicks are not detected at all. If the value is
1882 @code{t}, then there is no time limit. 1882 @code{t}, then there is no time limit. The default is 500.
1883 1883
1884 @vindex double-click-fuzz 1884 @vindex double-click-fuzz
1885 The variable @code{double-click-fuzz} specifies how much the mouse 1885 The variable @code{double-click-fuzz} specifies how much the mouse
1886 can move between clicks still allow them to be grouped as a multiple 1886 can move between clicks still allow them to be grouped as a multiple
1887 click. Its value is in units of pixels. 1887 click. Its value is in units of pixels; the default is 3.
1888 1888
1889 The symbols for mouse events also indicate the status of the modifier 1889 The symbols for mouse events also indicate the status of the modifier
1890 keys, with the usual prefixes @samp{C-}, @samp{M-}, @samp{H-}, 1890 keys, with the usual prefixes @samp{C-}, @samp{M-}, @samp{H-},
1891 @samp{s-}, @samp{A-} and @samp{S-}. These always precede @samp{double-} 1891 @samp{s-}, @samp{A-} and @samp{S-}. These always precede @samp{double-}
1892 or @samp{triple-}, which always precede @samp{drag-} or @samp{down-}. 1892 or @samp{triple-}, which always precede @samp{drag-} or @samp{down-}.