diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 2449abb7dfc..849066c3c26 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11372,7 +11372,7 @@ If an unhandled error happens in running this hook, | |||
| 11372 | the function in which the error occurred is unconditionally removed, since | 11372 | the function in which the error occurred is unconditionally removed, since |
| 11373 | otherwise the error might happen repeatedly and make Emacs nonfunctional. | 11373 | otherwise the error might happen repeatedly and make Emacs nonfunctional. |
| 11374 | 11374 | ||
| 11375 | See also `pre-command-hook'. */); | 11375 | See also `post-command-hook'. */); |
| 11376 | Vpre_command_hook = Qnil; | 11376 | Vpre_command_hook = Qnil; |
| 11377 | 11377 | ||
| 11378 | DEFVAR_LISP ("post-command-hook", Vpost_command_hook, | 11378 | DEFVAR_LISP ("post-command-hook", Vpost_command_hook, |