From 05e0ac998a2bcf17be74e6966e3e9d3822ba2a3a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 19 Dec 2006 16:09:02 +0000 Subject: [PATCH] (syms_of_keyboard) : Doc fix. --- src/keyboard.c | 4 ++-- 1 file 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); -- 2.39.2