diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-06-23 00:09:09 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-06-23 00:09:09 +0000 |
commit | e0e75ddfa2b4bcd415d3ba6cfdd0f206f3cf2846 (patch) | |
tree | 4d3c98c1e69f29192365acdcfd60fae268c5a531 /doc/ref/libguile-program.texi | |
parent | 4906d8bd2053cc763a6bb30a87c059cd58613014 (diff) | |
download | guile-e0e75ddfa2b4bcd415d3ba6cfdd0f206f3cf2846.tar.gz |
(Dia Primitives): Cross ref for scm_c_define_gsubr.
Diffstat (limited to 'doc/ref/libguile-program.texi')
-rw-r--r-- | doc/ref/libguile-program.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/libguile-program.texi b/doc/ref/libguile-program.texi index 819f97a12..b3102f21f 100644 --- a/doc/ref/libguile-program.texi +++ b/doc/ref/libguile-program.texi @@ -314,7 +314,7 @@ errors like this must be caught at run time. Having written the C code for your primitives, you need to make them available as Scheme procedures by calling the @code{scm_c_define_gsubr} -function. @code{scm_c_define_gsubr} (REFFIXME) takes arguments that +function. @code{scm_c_define_gsubr} (@pxref{Primitive Procedures}) takes arguments that specify the Scheme-level name for the primitive and how many required, optional and rest arguments it can accept. The @code{square?} primitive always requires exactly one argument, so the call to make it available |