diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-09-22 01:03:43 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-09-22 01:03:43 +0100 |
commit | 871d85438d9dba6296c4a714d2707fb8a74b665e (patch) | |
tree | 758a4e096e4813bf0e2f75fc484b5e3af69f0716 | |
parent | 5904704335cbc3ced042892f8a02d6916b3507e6 (diff) | |
download | guile-871d85438d9dba6296c4a714d2707fb8a74b665e.tar.gz |
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.
-rw-r--r-- | doc/ref/libguile-linking.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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 |