From 7051b69b1d76cf226ed826671e2955e71a18e3cb Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 17 Feb 1996 02:40:39 +0000 Subject: [PATCH] (syms_of_keyboard): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); Vpost_command_idle_hook = Qnil; DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, - "Delay time before running `post-command-idle-delay'.\n\ + "Delay time before running `post-command-idle-hook'.\n\ This is measured in microseconds."); post_command_idle_delay = 100000; -- 2.39.2