diff options
author | Gary Houston <ghouston@arglist.com> | 2002-10-27 21:26:00 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2002-10-27 21:26:00 +0000 |
commit | d703aba57ac1c35cdc1b995eba1d8e68a6799534 (patch) | |
tree | 476f1fbbd88b22f2b218ea60fb36d139e3cb0778 | |
parent | a48c626fba67c4cc721e7bff2ccdde56d30b9069 (diff) | |
download | guile-d703aba57ac1c35cdc1b995eba1d8e68a6799534.tar.gz |
* scheme-modules.texi (Environments): only available when
(ice-9 r5rs) is used.
* scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
-rw-r--r-- | doc/ref/ChangeLog | 6 | ||||
-rw-r--r-- | doc/ref/scheme-modules.texi | 7 | ||||
-rw-r--r-- | doc/ref/scsh.texi | 2 |
3 files changed, 14 insertions, 1 deletions
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 <ghouston@arglist.com> + + * 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 <mvo@zagadka.ping.de> * 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: |