changeset 15045:9b779a05115a

(syms_of_keyboard): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Apr 1996 06:04:32 +0000
parents 8704666feefd
children 7cd7f3bca33f
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Thu Apr 18 04:13:19 1996 +0000
+++ b/src/keyboard.c	Thu Apr 18 06:04:32 1996 +0000
@@ -8006,7 +8006,8 @@
 
   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,