diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-12-14 21:54:50 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-12-14 21:54:50 +0000 |
commit | 8d596b11fc33a34cfa68b8428a829333a075404d (patch) | |
tree | fc5c4b1b6b28e6ae7fc247f1ab3ff7389482be52 /doc/ref/api-evaluation.texi | |
parent | 9abd541eb7926a824e0a581b8fc734ce3fe4d95d (diff) | |
download | guile-8d596b11fc33a34cfa68b8428a829333a075404d.tar.gz |
(Fly Evaluation): Add scm_call_4, suggested by Bruce Korb.
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 9110f6667..6f29f1d7c 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -383,6 +383,7 @@ then there's no @var{arg1}@dots{}@var{argN} and @var{arg} is the @deffnx {C Function} scm_call_1 (proc, arg1) @deffnx {C Function} scm_call_2 (proc, arg1, arg2) @deffnx {C Function} scm_call_3 (proc, arg1, arg2, arg3) +@deffnx {C Function} scm_call_4 (proc, arg1, arg2, arg3, arg4) Call @var{proc} with the given arguments. @end deffn |