From 871d85438d9dba6296c4a714d2707fb8a74b665e Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Tue, 22 Sep 2009 01:03:43 +0100 Subject: [PATCH] Manual link from `Guile Initialization' to `Initialization' Thanks to Dale Smith for suggesting this. * doc/ref/libguile-linking.texi: Add ref to full doc of Guile initialisation functions. --- doc/ref/libguile-linking.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ref/libguile-linking.texi b/doc/ref/libguile-linking.texi index 72b59bbba..78a93e64d 100644 --- a/doc/ref/libguile-linking.texi +++ b/doc/ref/libguile-linking.texi @@ -61,6 +61,8 @@ command-line arguments in the same manner as the stock Guile interpreter. To make that straightforward, Guile provides the @code{scm_boot_guile} and @code{scm_shell} function. +For more about these functions, see @ref{Initialization}. + @node A Sample Guile Main Program @subsection A Sample Guile Main Program