summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-12-19 16:09:02 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-12-19 16:09:02 +0000
commit05e0ac998a2bcf17be74e6966e3e9d3822ba2a3a (patch)
treee1a9ec8da607adc404507d611c7daf1adb7843f5
parent36ff6d6ffba8b1d290046912f17a068d92803acd (diff)
downloademacs-05e0ac998a2bcf17be74e6966e3e9d3822ba2a3a.tar.gz
(syms_of_keyboard) <double-click-time>: Doc fix.
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 6e99af67cd9..a440271a2d3 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11462,8 +11462,8 @@ Polling is automatically disabled in all other cases. */);
DEFVAR_LISP ("double-click-time", &Vdouble_click_time,
doc: /* *Maximum time between mouse clicks to make a double-click.
-Measured in milliseconds. nil means disable double-click recognition;
-t means double-clicks have no time limit and are detected
+Measured in milliseconds. The value nil means disable double-click
+recognition; t means double-clicks have no time limit and are detected
by position only. */);
Vdouble_click_time = make_number (500);