mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".
This commit is contained in:
parent
3c5989da74
commit
981335073b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue