From: Chong Yidong Date: Tue, 26 Aug 2008 20:22:45 +0000 (+0000) Subject: (Fcondition_case): Doc fix. X-Git-Tag: emacs-pretest-22.2.91~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2a108bb6888f78405c059edfe0d6808eb1ac3bb;p=emacs.git (Fcondition_case): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index 2a5b631f1c9..8feb70072b5 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1350,7 +1350,7 @@ instead of a single condition name. Then it handles all of them. When a handler handles an error, control returns to the `condition-case' and it executes the handler's BODY... -with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA) from the error. +with VAR bound to (ERROR-SYMBOL . SIGNAL-DATA) from the error. (If VAR is nil, the handler can't access that information.) Then the value of the last BODY form is returned from the `condition-case' expression.