aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-04 10:38:00 +0000
committerJuanma Barranquero2002-07-04 10:38:00 +0000
commitcf9b6656ccf5d6f26d533b0a15970f15d585dffc (patch)
tree046bc91285dcf0c7f692643f4ce98aeb48d91c69 /src/keyboard.c
parent9669f2d6d54b0e6835a01ef3b0ac462e36e09859 (diff)
downloademacs-cf9b6656ccf5d6f26d533b0a15970f15d585dffc.tar.gz
emacs-cf9b6656ccf5d6f26d533b0a15970f15d585dffc.zip
(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. */);
10849 10849
10850 DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook, 10850 DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
10851 doc: /* Normal hook run after each command is executed, if idle. 10851 doc: /* Normal hook run after each command is executed, if idle.
10852Errors running the hook are caught and ignored. 10852Errors running the hook are caught and ignored. */);
10853This feature is obsolete; use idle timers instead. See `etc/NEWS'. */);
10854 Vpost_command_idle_hook = Qnil; 10853 Vpost_command_idle_hook = Qnil;
10855 10854
10856 DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, 10855 DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,