aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index fc69f8bb807..083cea889f5 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1377,7 +1377,7 @@ instead of a single condition name. Then it handles all of them.
1377 1377
1378When a handler handles an error, control returns to the `condition-case' 1378When a handler handles an error, control returns to the `condition-case'
1379and it executes the handler's BODY... 1379and it executes the handler's BODY...
1380with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA) from the error. 1380with VAR bound to (ERROR-SYMBOL . SIGNAL-DATA) from the error.
1381(If VAR is nil, the handler can't access that information.) 1381(If VAR is nil, the handler can't access that information.)
1382Then the value of the last BODY form is returned from the `condition-case' 1382Then the value of the last BODY form is returned from the `condition-case'
1383expression. 1383expression.