From 6b1a6e4cefcd5bc359d0d5ada15dacaba360ca6b Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 28 Aug 2004 22:17:45 +0000 Subject: [PATCH] (SRFI-2): Note empty body is #t. --- doc/ref/srfi-modules.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 0aadb36d5..8de515b86 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -892,7 +892,8 @@ A combination of @code{and} and @code{let*}. Each @var{clause} is evaluated in turn, and if @code{#f} is obtained then evaluation stops and @code{#f} is returned. If all are non-@code{#f} then @var{body} is evaluated and the last form gives the -return value. Each @var{clause} should be one of the following, +return value, or if @var{body} is empty then the result is @code{#t}. +Each @var{clause} should be one of the following, @table @code @item (symbol expr)