diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index c104d83ae..d18e02a58 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2002-10-27 Gary Houston + + * scheme-modules.texi (Environments): only available when + (ice-9 r5rs) is used. + * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net. + 2002-10-27 Marius Vollmer * scheme-scheduling.texi: Updated mutex and condition varable diff --git a/doc/ref/scheme-modules.texi b/doc/ref/scheme-modules.texi index 5ff76c9b5..d15d8c23f 100644 --- a/doc/ref/scheme-modules.texi +++ b/doc/ref/scheme-modules.texi @@ -90,6 +90,13 @@ Evaluation}). In addition, in Guile any module can be used as an R5RS environment, i.e., passed as the second argument to @code{eval}. +Note: the following two procedures are available only when the +@code{(ice-9 r5rs)} module is loaded: + +@smalllisp +(use-modules (ice-9 r5rs)) +@end smalllisp + @deffn {Scheme Procedure} scheme-report-environment version @deffnx {Scheme Procedure} null-environment version @var{version} must be the exact integer `5', corresponding to revision diff --git a/doc/ref/scsh.texi b/doc/ref/scsh.texi index 56177e78f..fd360d750 100644 --- a/doc/ref/scsh.texi +++ b/doc/ref/scsh.texi @@ -7,7 +7,7 @@ as a separate package. The current status of guile-scsh can be found at @url{http://arglist.com/guile/}. For information about scsh see -@url{http://www-swiss.ai.mit.edu/ftpdir/scsh/}. +@url{http://www.scsh.net/}. The closest emulation of scsh can be obtained by running: