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:
parent
1976080b3b
commit
d4d62e8d02
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user