diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 4 |
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. |
| 11465 | Measured in milliseconds. nil means disable double-click recognition; | 11465 | Measured in milliseconds. The value nil means disable double-click |
| 11466 | t means double-clicks have no time limit and are detected | 11466 | recognition; t means double-clicks have no time limit and are detected |
| 11467 | by position only. */); | 11467 | by position only. */); |
| 11468 | Vdouble_click_time = make_number (500); | 11468 | Vdouble_click_time = make_number (500); |
| 11469 | 11469 | ||