aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/commands.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r--doc/lispref/commands.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 4f8d554a68b..eb42ddb11a4 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -91,8 +91,9 @@ and also when the command loop is first entered. At that time,
91 91
92 Quitting is suppressed while running @code{pre-command-hook} and 92 Quitting is suppressed while running @code{pre-command-hook} and
93@code{post-command-hook}. If an error happens while executing one of 93@code{post-command-hook}. If an error happens while executing one of
94these hooks, it terminates execution of the hook, and clears the hook 94these hooks, it does not terminate execution of the hook; instead
95variable to @code{nil} so as to prevent an infinite loop of errors. 95the error is silenced and the function in which the error occurred
96is removed from the hook.
96 97
97 A request coming into the Emacs server (@pxref{Emacs Server,,, 98 A request coming into the Emacs server (@pxref{Emacs Server,,,
98emacs, The GNU Emacs Manual}) runs these two hooks just as a keyboard 99emacs, The GNU Emacs Manual}) runs these two hooks just as a keyboard