From 981335073b10b4ba47b612178fa94faad56b67df Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Thu, 19 Nov 2015 09:38:48 +0000 Subject: [PATCH] src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post". --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, the function in which the error occurred is unconditionally removed, since otherwise the error might happen repeatedly and make Emacs nonfunctional. -See also `pre-command-hook'. */); +See also `post-command-hook'. */); Vpre_command_hook = Qnil; DEFVAR_LISP ("post-command-hook", Vpost_command_hook, -- 2.39.5