aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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. */);
11462 11462
11463 DEFVAR_LISP ("double-click-time", &Vdouble_click_time, 11463 DEFVAR_LISP ("double-click-time", &Vdouble_click_time,
11464 doc: /* *Maximum time between mouse clicks to make a double-click. 11464 doc: /* *Maximum time between mouse clicks to make a double-click.
11465Measured in milliseconds. nil means disable double-click recognition; 11465Measured in milliseconds. The value nil means disable double-click
11466t means double-clicks have no time limit and are detected 11466recognition; t means double-clicks have no time limit and are detected
11467by position only. */); 11467by position only. */);
11468 Vdouble_click_time = make_number (500); 11468 Vdouble_click_time = make_number (500);
11469 11469