aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 27d95dc2f31..316811d49ba 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5092,7 +5092,7 @@ Polling is automatically disabled in all other cases.");
5092Measured in milliseconds. nil means disable double-click recognition;\n\ 5092Measured in milliseconds. nil means disable double-click recognition;\n\
5093t means double-clicks have no time limit and are detected\n\ 5093t means double-clicks have no time limit and are detected\n\
5094by position only."); 5094by position only.");
5095 double_click_time = 500; 5095 Vdouble_click_time = make_number (500);
5096 5096
5097 DEFVAR_INT ("num-input-keys", &num_input_keys, 5097 DEFVAR_INT ("num-input-keys", &num_input_keys,
5098 "*Number of complete keys read from the keyboard so far."); 5098 "*Number of complete keys read from the keyboard so far.");