# HG changeset patch # User Juanma Barranquero # Date 1162412624 0 # Node ID 400169af8063f9b9784ab9fcf153074be02cc316 # Parent e243e9889b8b8bd1665d3b621aea704b1080be63 (Fcatch): Doc fix. diff -r e243e9889b8b -r 400169af8063 src/eval.c --- a/src/eval.c Wed Nov 01 19:26:14 2006 +0000 +++ b/src/eval.c Wed Nov 01 20:23:44 2006 +0000 @@ -1174,7 +1174,7 @@ 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...) */)