Mercurial > emacs
changeset 5567:c61f49e4283a
(Fcondition_case): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Jan 1994 19:08:24 +0000 |
parents | e2925466c923 |
children | 1af95f18f709 |
files | src/eval.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Tue Jan 11 19:06:40 1994 +0000 +++ b/src/eval.c Tue Jan 11 19:08:24 1994 +0000 @@ -989,6 +989,9 @@ 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\