From: Richard M. Stallman Date: Tue, 11 Jan 1994 19:08:24 +0000 (+0000) Subject: (Fcondition_case): Doc fix. X-Git-Tag: emacs-19.34~10284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=633357d44edd6dc154562624139f187a87a76e60;p=emacs.git (Fcondition_case): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index 0b52581eac6..d2ca5418e20 100644 --- a/src/eval.c +++ b/src/eval.c @@ -989,6 +989,9 @@ A handler is applicable to an error\n\ if CONDITION-NAME is one of the error's condition names.\n\ If an error happens, the first applicable handler is run.\n\ \n\ +The car of a handler may be a list of condition names\n\ +instead of a single condition name.\n\ +\n\ When a handler handles an error,\n\ control returns to the condition-case and the handler BODY... is executed\n\ with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).\n\