# HG changeset patch # User Chong Yidong # Date 1219782212 0 # Node ID ec0a26179c3c447362fcbb4979185b75f5c3ae30 # Parent c4416a367058224836aff06907497571e695d9e5 (Fcondition_case): Doc fix. diff -r c4416a367058 -r ec0a26179c3c src/eval.c --- a/src/eval.c Tue Aug 26 20:23:25 2008 +0000 +++ b/src/eval.c Tue Aug 26 20:23:32 2008 +0000 @@ -1377,7 +1377,7 @@ 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.