]> git.eshelyaron.com Git - emacs.git/commitdiff
src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".
authorAlan Mackenzie <acm@muc.de>
Thu, 19 Nov 2015 09:38:48 +0000 (09:38 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 19 Nov 2015 09:40:39 +0000 (09:40 +0000)
src/keyboard.c

index 2449abb7dfcbd4472f5eee2923417f04e35dade8..849066c3c26e2cfaaced5ac9fa6b1a242f23f999 100644 (file)
@@ -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,