diff src/eval.c @ 97735:ec0a26179c3c

(Fcondition_case): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Aug 2008 20:23:32 +0000
parents 984f2ac5a637
children 88a8ab97052b
line wrap: on
line diff
--- 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.