summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-07-10 00:22:12 +0000
committerKevin Ryde <user42@zip.com.au>2004-07-10 00:22:12 +0000
commit26a6ccfa9027bfb58902dfc69803c3c0c692525f (patch)
tree9e8448cf364ebb7ceb2adee7dc8a83791c9ddb38
parenta3de8e7b0f90943e26e53e984b2ce8fd6dfa02e6 (diff)
downloadguile-26a6ccfa9027bfb58902dfc69803c3c0c692525f.tar.gz
(SRFI-0): Add srfi-6 to the identifiers provided by default.
-rw-r--r--doc/ref/srfi-modules.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 15e3da79f..f67544946 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -137,8 +137,8 @@ implementation-dependent operations, such as @code{use-modules} in
Guile. Thus, it is not necessary to use any module to get access to
this form.
-Currently, the feature identifiers @code{guile}, @code{r5rs} and
-@code{srfi-0} are supported. The other SRFIs are not in that list by
+Currently, the feature identifiers @code{guile}, @code{r5rs}, @code{srfi-0} and
+@code{srfi-6} are supported. The other SRFIs are not in that list by
default, because the SRFI modules must be explicitly used before their
exported bindings can be used.