1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00

(syms_of_keyboard): Doc fix.

This commit is contained in:
Richard M. Stallman 1996-04-18 06:04:32 +00:00
parent 1976080b3b
commit d4d62e8d02

View file

@ -8006,7 +8006,8 @@ Errors running the hook are caught and ignored.");
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,