diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 4d570cf6b4c..4b33bdf290b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8006,7 +8006,8 @@ Errors running the hook are caught and ignored."); | |||
| 8006 | 8006 | ||
| 8007 | DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook, | 8007 | DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook, |
| 8008 | "Normal hook run after each command is executed, if idle.\n\ | 8008 | "Normal hook run after each command is executed, if idle.\n\ |
| 8009 | Errors running the hook are caught and ignored."); | 8009 | Errors running the hook are caught and ignored.\n\ |
| 8010 | This feature is obsolete; use idle timers instead. See `etc/NEWS'."); | ||
| 8010 | Vpost_command_idle_hook = Qnil; | 8011 | Vpost_command_idle_hook = Qnil; |
| 8011 | 8012 | ||
| 8012 | DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, | 8013 | DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, |