diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-10 09:07:39 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-10 09:07:39 +0000 |
commit | 4dfff41f9346e1ed95cd6a7c3840296848b09567 (patch) | |
tree | 3cf6272812df879deb7319a9a92baf17ce962e8f /man/custom.texi | |
parent | 6281f96566f4e94577931f09e2a8df9045ffbc3e (diff) | |
download | emacs-4dfff41f9346e1ed95cd6a7c3840296848b09567.tar.gz |
(Mouse Buttons): Document the default values for double-click-time
and double-click-fuzz.
Diffstat (limited to 'man/custom.texi')
-rw-r--r-- | man/custom.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/custom.texi b/man/custom.texi index 8eb991fbed7..617bf6c6538 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -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-}, |