Manual link from `Guile Initialization' to `Initialization'
authorNeil Jerram <neil@ossau.uklinux.net>
Tue, 22 Sep 2009 00:03:43 +0000 (01:03 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Tue, 22 Sep 2009 00:03:43 +0000 (01:03 +0100)
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

index 72b59bb..78a93e6 100644 (file)
@@ -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