]> code.delx.au - gnu-emacs/commitdiff
(syms_of_keyboard): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sat, 17 Feb 1996 02:40:39 +0000 (02:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 17 Feb 1996 02:40:39 +0000 (02:40 +0000)
src/keyboard.c

index 5787276e554c48476ff4a9f66ae87add30aa6b71..768036d803db4215bb47264f93111084a4fa323d 100644 (file)
@@ -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;