summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Lavine <noah.b.lavine@gmail.com>2012-06-30 08:42:44 -0400
committerAndy Wingo <wingo@pobox.com>2012-07-11 12:42:12 +0200
commitabd731fff772624f54cdf69597b4cf36df9ae0e4 (patch)
treede6c46eeeeb31b624d68999cd8b1f0d149fc18b0
parent1321a36ed61deb9431b41768dc92cb7230c9afa1 (diff)
downloadguile-abd731fff772624f54cdf69597b4cf36df9ae0e4.tar.gz
Document (ice-9 and-let-star)
* doc/ref/srfi-modules.texi: note that (srfi srfi-2) is the same as (ice-9 and-let-star).
-rw-r--r--doc/ref/srfi-modules.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index fdc316f22..7e7d658b1 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -1237,6 +1237,12 @@ The following syntax can be obtained with
(use-modules (srfi srfi-2))
@end lisp
+or alternatively
+
+@lisp
+(use-modules (ice-9 and-let-star))
+@end lisp
+
@deffn {library syntax} and-let* (clause @dots{}) body @dots{}
A combination of @code{and} and @code{let*}.