From 1d632ccfe81c022265bf35c3b803e25b682de040 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 1 Nov 2006 20:23:44 +0000 Subject: [PATCH] (Fcatch): Doc fix. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eval.c b/src/eval.c index 4e04422d2d6..7e9b4b55d09 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1174,7 +1174,7 @@ DEFUN ("catch", Fcatch, Scatch, 1, UNEVALLED, 0, TAG is evalled to get the tag to use; it must not be nil. Then the BODY is executed. -Within BODY, (throw TAG) with same tag exits BODY and exits this `catch'. +Within BODY, a call to `throw' with the same TAG exits BODY and this `catch'. If no throw happens, `catch' returns the value of the last BODY form. If a throw happens, it specifies the value to return from `catch'. usage: (catch TAG BODY...) */) -- 2.39.5