diff options
author | Kevin Ryde <user42@zip.com.au> | 2007-01-15 23:22:36 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2007-01-15 23:22:36 +0000 |
commit | 9a18d8d431e4d3d9f524bb6d20611c8693e47d6c (patch) | |
tree | 2f9951eefd51c63ebf83d23576f81153a6678d00 /doc/ref/api-control.texi | |
parent | 2039f7be7dddf59829a25a0263ac56944e14f970 (diff) | |
download | guile-9a18d8d431e4d3d9f524bb6d20611c8693e47d6c.tar.gz |
merge from 1.8
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r-- | doc/ref/api-control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 11a276a13..512733cd5 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -1476,7 +1476,7 @@ In the following C functions, @var{SUBR} and @var{MESSAGE} parameters can be @code{NULL} to give the effect of @code{#f} described above. @deftypefn {C Function} SCM scm_error (SCM @var{key}, char *@var{subr}, char *@var{message}, SCM @var{args}, SCM @var{rest}) -Throw an error, as per @code{scm-error} above. +Throw an error, as per @code{scm-error} (@pxref{Error Reporting}). @end deftypefn @deftypefn {C Function} void scm_syserror (char *@var{subr}) |