From: Karl Heuer Date: Sat, 17 Feb 1996 02:40:39 +0000 (+0000) Subject: (syms_of_keyboard): Doc fix. X-Git-Tag: emacs-19.34~1268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7051b69b1d76cf226ed826671e2955e71a18e3cb;p=emacs.git (syms_of_keyboard): Doc fix. --- 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;