summaryrefslogtreecommitdiff
path: root/doc/ref
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2024-06-20 14:39:41 +0200
committerAndy Wingo <wingo@pobox.com>2024-06-20 14:39:41 +0200
commit7401ca75b390e68c564fba5667fd19b44ef48b5f (patch)
treebbf9c4aa05049b79d2927205ffb02b8906df9235 /doc/ref
parent7d2ef990a039ff894bb3708e06f8d51c52aa3e13 (diff)
downloadguile-7401ca75b390e68c564fba5667fd19b44ef48b5f.tar.gz
Add link to foreign functions from gsubr doc
* doc/ref/api-procedures.texi (Primitive Procedures): Add link.
Diffstat (limited to 'doc/ref')
-rw-r--r--doc/ref/api-procedures.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index 65ae2dbb1..2401d4fff 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -123,6 +123,9 @@ same way as @code{scm_c_make_gsubr}, which is usually not further
required.
@end deftypefun
+@xref{Foreign Functions}, for another interface to call procedures
+written in C from Scheme.
+
@node Compiled Procedures
@subsection Compiled Procedures