# HG changeset patch # User Juanma Barranquero # Date 1025779058 0 # Node ID b2fc143f439d4fab9c14fa2618a09e52dcfaa938 # Parent 7683b15a976a9794d790d2755748ab10fb5d9f93 (post_command_idle_hook): Remove redundant (and inexact) obsolescence information. diff -r 7683b15a976a -r b2fc143f439d src/keyboard.c --- 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,