guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 05/06: Add link to foreign functions from gsubr doc


From: Andy Wingo
Subject: [Guile-commits] 05/06: Add link to foreign functions from gsubr doc
Date: Thu, 20 Jun 2024 08:57:05 -0400 (EDT)

wingo pushed a commit to branch main
in repository guile.

commit 7401ca75b390e68c564fba5667fd19b44ef48b5f
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jun 20 14:39:41 2024 +0200

    Add link to foreign functions from gsubr doc
    
    * doc/ref/api-procedures.texi (Primitive Procedures): Add link.
---
 doc/ref/api-procedures.texi | 3 +++
 1 file changed, 3 insertions(+)

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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]