aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Mackenzie2015-11-19 09:38:48 +0000
committerAlan Mackenzie2015-11-19 09:40:39 +0000
commit981335073b10b4ba47b612178fa94faad56b67df (patch)
treea8a6bcd0a79d3292234ecf2a32c0e4ce19c15340 /src
parent3c5989da748f1a9aae83303291ef07d29202a139 (diff)
downloademacs-981335073b10b4ba47b612178fa94faad56b67df.tar.gz
emacs-981335073b10b4ba47b612178fa94faad56b67df.zip
src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
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,
11372the function in which the error occurred is unconditionally removed, since 11372the function in which the error occurred is unconditionally removed, since
11373otherwise the error might happen repeatedly and make Emacs nonfunctional. 11373otherwise the error might happen repeatedly and make Emacs nonfunctional.
11374 11374
11375See also `pre-command-hook'. */); 11375See 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,