diff options
author | Andy Wingo <wingo@pobox.com> | 2012-01-30 18:52:46 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-01-30 18:52:46 +0100 |
commit | 252acfe8e70ac4c7d325588ffea1905fcf6f86b2 (patch) | |
tree | e31cae9d145548b86cba6764d0943329a4ef64d1 /doc/ref/scheme-using.texi | |
parent | 855db1905d56efcdf91ae51a9e80990f79030eae (diff) | |
parent | 3d51e57cfb0404db568a6adfde2a346d3fd9907e (diff) | |
download | guile-252acfe8e70ac4c7d325588ffea1905fcf6f86b2.tar.gz |
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Conflicts:
libguile/foreign.c
libguile/hashtab.c
module/ice-9/psyntax-pp.scm
module/language/tree-il/compile-glil.scm
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 |