Mercurial > emacs
changeset 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 | 4cbe0f799a15 |
children | 005ef8b3f8a7 |
files | man/custom.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/custom.texi Fri Aug 10 09:05:50 2001 +0000 +++ b/man/custom.texi Fri Aug 10 09:07:39 2001 +0000 @@ -1879,12 +1879,12 @@ 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-},