summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-04 10:37:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-04 10:37:38 +0000
commit77a8d95fdffe7cc57b9f71c13f9aa921249fb6c2 (patch)
treef785c82e1b8e6b22cf0c42325a242ab7c70d8ec9 /src/keyboard.c
parent97047378d126508e45533e0287a87ada8f69aa64 (diff)
downloademacs-77a8d95fdffe7cc57b9f71c13f9aa921249fb6c2.tar.gz
(post_command_idle_hook): Remove redundant (and inexact) obsolescence
information.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 37529018962..5e038c264ed 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10849,8 +10849,7 @@ might happen repeatedly and make Emacs nonfunctional. */);
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,