From: Alan Mackenzie Date: Thu, 19 Nov 2015 09:38:48 +0000 (+0000) Subject: src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post". X-Git-Tag: emacs-25.0.90~741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=981335073b10b4ba47b612178fa94faad56b67df;p=emacs.git src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post". --- 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,