emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9813350: src/keyboard.c (pre-command-hook): Fix t


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-25 9813350: src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".
Date: Thu, 19 Nov 2015 09:39:05 +0000

branch: emacs-25
commit 981335073b10b4ba47b612178fa94faad56b67df
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".
---
 src/keyboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 2449abb..849066c 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]