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 5787276e554..768036d803d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7796,7 +7796,7 @@ Errors running the hook are caught and ignored.");
7796 Vpost_command_idle_hook = Qnil; 7796 Vpost_command_idle_hook = Qnil;
7797 7797
7798 DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, 7798 DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,
7799 "Delay time before running `post-command-idle-delay'.\n\ 7799 "Delay time before running `post-command-idle-hook'.\n\
7800This is measured in microseconds."); 7800This is measured in microseconds.");
7801 post_command_idle_delay = 100000; 7801 post_command_idle_delay = 100000;
7802 7802