]> code.delx.au - gnu-emacs/commitdiff
(Fcondition_case): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 19:08:24 +0000 (19:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 19:08:24 +0000 (19:08 +0000)
src/eval.c

index 0b52581eac63cd46d930ef75c529d71a7cd92a0e..d2ca5418e20764af2a12dd64b9f6ee3fb48c35c5 100644 (file)
@@ -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\