From 0740cb49d1509c56184fc6802b4347ed8fc80a28 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 27 Jan 2012 13:11:58 +0100 Subject: more documentation on the process of loading source and compiled files * doc/ref/api-evaluation.texi (Load Paths): Move documentation of %load-path and related procedures here, from Build Config. Add docs for %load-compiled-path. * doc/ref/api-foreign.texi: * doc/ref/api-modules.texi: * doc/ref/api-options.texi: * doc/ref/scheme-using.texi: Update xrefs. --- doc/ref/api-foreign.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/ref/api-foreign.texi') diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index 82925e68d..6ece7f8ed 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -425,11 +425,11 @@ its own @code{gettext} message catalogue (@pxref{Internationalization}). It will be noted all of the above requires that the Scheme code to be -found in @code{%load-path} (@pxref{Build Config}). Presently it's -left up to the system administrator or each user to augment that path -when installing Guile modules in non-default locations. But having -reached the Scheme code, that code should take care of hitting any of -its own private files etc. +found in @code{%load-path} (@pxref{Load Paths}). Presently it's left up +to the system administrator or each user to augment that path when +installing Guile modules in non-default locations. But having reached +the Scheme code, that code should take care of hitting any of its own +private files etc. @node Foreign Pointers -- cgit v1.2.3