Mercurial > hg > xemacs-beta
diff src/eval.c @ 3577:91950589598c
[xemacs-hg @ 2006-08-29 14:10:51 by stephent]
Some docstring improvements. <87irkbk5ad.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 29 Aug 2006 14:10:54 +0000 |
parents | d674024a8674 |
children | 73288faa5759 |
line wrap: on
line diff
--- a/src/eval.c Mon Aug 28 21:51:04 2006 +0000 +++ b/src/eval.c Tue Aug 29 14:10:54 2006 +0000 @@ -1472,7 +1472,7 @@ DEFUN ("catch", Fcatch, 1, UNEVALLED, 0, /* \(catch TAG BODY...): eval BODY allowing nonlocal exits using `throw'. TAG is evalled to get the tag to use. Then the BODY is executed. -Within BODY, (throw TAG) with same (`eq') tag exits BODY and this `catch'. +Within BODY, (throw TAG VAL) with same (`eq') 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'. */