Mercurial > emacs
changeset 97735:ec0a26179c3c
(Fcondition_case): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 26 Aug 2008 20:23:32 +0000 |
parents | c4416a367058 |
children | 926ec8434a52 |
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: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.