Document (ice-9 and-let-star)
authorNoah Lavine <noah.b.lavine@gmail.com>
Sat, 30 Jun 2012 12:42:44 +0000 (08:42 -0400)
committerAndy Wingo <wingo@pobox.com>
Wed, 11 Jul 2012 10:42:12 +0000 (12:42 +0200)
* doc/ref/srfi-modules.texi: note that (srfi srfi-2) is the same as
  (ice-9 and-let-star).

doc/ref/srfi-modules.texi

index fdc316f..7e7d658 100644 (file)
@@ -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*}.