diff options
Diffstat (limited to 'doc/ref/api-foreign.texi')
-rw-r--r-- | doc/ref/api-foreign.texi | 10 |
1 files changed, 5 insertions, 5 deletions
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 |