changeset 80762:5176484a46b1

(Fcondition_case): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Aug 2008 20:22:45 +0000
parents 253d47ae1c67
children e9944bf78cbc
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.