diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 15:04:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 15:04:56 +0000 |
commit | 03812848cc8c6be13a8ade2628a92528bcf464ae (patch) | |
tree | 83dda8049c475676d7b6d09a99e1989be106a51b /man/custom.texi | |
parent | 42a1800171d18929cf12a3d9288a1cbbceb11f9f (diff) | |
download | emacs-03812848cc8c6be13a8ade2628a92528bcf464ae.tar.gz |
(Mouse Buttons): Document the different units of double-click-fuzz
on TTYs.
Diffstat (limited to 'man/custom.texi')
-rw-r--r-- | man/custom.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi index a431674c9f4..ae9b2be8901 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -1897,7 +1897,9 @@ click. Its value is in units of milliseconds. If the value is @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; the default is 3. +click. Its value is in units of pixels on windowed displays and in +units of 1/8 of a character cell on text-mode terminals; 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-}, |