From f38d22c5387a3f6e6a141f53d64b12e61fa04809 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 3 Feb 2005 23:10:20 +0000 Subject: [PATCH] (SRFI-0): Add srfi-4, srfi-13 and srfi-14 now in the core. --- doc/ref/srfi-modules.texi | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index f2462b1ac..ac22d7b2e 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -119,10 +119,21 @@ available. @end example @end deffn -The Guile core provides features @code{guile}, @code{r5rs}, -@code{srfi-0} and @code{srfi-6} initially. Other SRFI feature symbols -are defined once their code has been loaded with @code{use-modules}, -since only then are their bindings available. +@noindent +The Guile core has the following features, + +@example +guile +r5rs +srfi-0 +srfi-4 +srfi-6 +srfi-13 +srfi-14 +@end example + +Other SRFI feature symbols are defined once their code has been loaded +with @code{use-modules}, since only then are their bindings available. The @samp{--use-srfi} command line option (@pxref{Invoking Guile}) is a good way to load SRFIs to satisfy @code{cond-expand} when running a