diff options
author | Andy Wingo <wingo@pobox.com> | 2012-01-21 00:08:17 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-01-21 00:08:17 +0100 |
commit | 925172cf529a89f0c5fd81720718971f9059fcfd (patch) | |
tree | 82b9cdcb48b543d4fe4c900f15ac482402b908c2 /doc/ref/scheme-using.texi | |
parent | fb01fd87729256ac9740a275ced1dd83dafadfdf (diff) | |
download | guile-925172cf529a89f0c5fd81720718971f9059fcfd.tar.gz |
add current-filename, add-to-path, add-to-load-path
* module/ice-9/boot-9.scm (current-filename, add-to-path)
(add-to-load-path): New syntaxen.
* doc/ref/api-evaluation.texi (Loading): Move load-path related
procedures to a new section:
(Load Paths): Hither. Document add-to-path and add-to-load-path.
* doc/ref/api-debug.texi (Source Properties): Document
current-source-location and current-filename.
* doc/ref/api-modules.texi:
* doc/ref/guile-invoke.texi:
* doc/ref/scheme-using.texi: Update @ref for Load Paths change.
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index 73e1a5dec..07096bb41 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -750,8 +750,8 @@ The first thing to do is to install your Scheme files where Guile can find them. When Guile goes to find a Scheme file, it will search a @dfn{load path} to find the file: first in Guile's own path, then in paths for @dfn{site packages}. A site package is any Scheme code that -is installed and not part of Guile itself. @xref{Loading}, for more on -load paths. +is installed and not part of Guile itself. @xref{Load Paths}, for more +on load paths. There are several site paths, for historical reasons, but the one that should generally be used can be obtained by invoking the |