# HG changeset patch # User Chong Yidong # Date 1219782165 0 # Node ID 5176484a46b15c81b2763e7fce5589ac9e083511 # Parent 253d47ae1c6797f52f10cce98cab8b8bb6851e02 (Fcondition_case): Doc fix. diff -r 253d47ae1c67 -r 5176484a46b1 src/eval.c --- a/src/eval.c Tue Aug 26 20:22:35 2008 +0000 +++ b/src/eval.c Tue Aug 26 20:22:45 2008 +0000 @@ -1350,7 +1350,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.