changeset 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 7683b15a976a
children 42efbb69cf37
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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,