aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-11 19:08:24 +0000
committerRichard M. Stallman1994-01-11 19:08:24 +0000
commit633357d44edd6dc154562624139f187a87a76e60 (patch)
tree69c9bb3ff09616f3efa99d23017b22685c76b27e
parent4200e71976c56225d98af03f63bbe7e09c16dd92 (diff)
downloademacs-633357d44edd6dc154562624139f187a87a76e60.tar.gz
emacs-633357d44edd6dc154562624139f187a87a76e60.zip
(Fcondition_case): Doc fix.
-rw-r--r--src/eval.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 0b52581eac6..d2ca5418e20 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -989,6 +989,9 @@ A handler is applicable to an error\n\
989if CONDITION-NAME is one of the error's condition names.\n\ 989if CONDITION-NAME is one of the error's condition names.\n\
990If an error happens, the first applicable handler is run.\n\ 990If an error happens, the first applicable handler is run.\n\
991\n\ 991\n\
992The car of a handler may be a list of condition names\n\
993instead of a single condition name.\n\
994\n\
992When a handler handles an error,\n\ 995When a handler handles an error,\n\
993control returns to the condition-case and the handler BODY... is executed\n\ 996control returns to the condition-case and the handler BODY... is executed\n\
994with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).\n\ 997with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).\n\