diff src/keyboard.c @ 46173:b2fc143f439d

(post_command_idle_hook): Remove redundant (and inexact) obsolescence information.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 04 Jul 2002 10:37:38 +0000
parents 737c84295ff7
children 92759818ae6d
line wrap: on
line diff
--- a/src/keyboard.c	Thu Jul 04 06:44:45 2002 +0000
+++ b/src/keyboard.c	Thu Jul 04 10:37:38 2002 +0000
@@ -10849,8 +10849,7 @@
 
   DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
 	       doc: /* Normal hook run after each command is executed, if idle.
-Errors running the hook are caught and ignored.
-This feature is obsolete; use idle timers instead.  See `etc/NEWS'.  */);
+Errors running the hook are caught and ignored.  */);
   Vpost_command_idle_hook = Qnil;
 
   DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,