1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00: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,