diff options
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 |