diff options
| author | Richard M. Stallman | 1996-04-18 06:04:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-18 06:04:32 +0000 |
| commit | d4d62e8d02841a3a10a5a2412596bdb98dfbecec (patch) | |
| tree | 16ad33a6413af1f2c4c63e9a2a8bac784ebfdc6f /src | |
| parent | 1976080b3b9f2578d9df4d1e9c83ac5821ccdd16 (diff) | |
| download | emacs-d4d62e8d02841a3a10a5a2412596bdb98dfbecec.tar.gz emacs-d4d62e8d02841a3a10a5a2412596bdb98dfbecec.zip | |
(syms_of_keyboard): Doc fix.
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, |