From: Richard M. Stallman Date: Thu, 18 Apr 1996 06:04:32 +0000 (+0000) Subject: (syms_of_keyboard): Doc fix. X-Git-Tag: emacs-19.34~816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4d62e8d02841a3a10a5a2412596bdb98dfbecec;p=emacs.git (syms_of_keyboard): Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index 4d570cf6b4c..4b33bdf290b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -8006,7 +8006,8 @@ Errors running the hook are caught and ignored."); DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook, "Normal hook run after each command is executed, if idle.\n\ -Errors running the hook are caught and ignored."); +Errors running the hook are caught and ignored.\n\ +This feature is obsolete; use idle timers instead. See `etc/NEWS'."); Vpost_command_idle_hook = Qnil; DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,