From 8d596b11fc33a34cfa68b8428a829333a075404d Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 14 Dec 2005 21:54:50 +0000 Subject: [PATCH] (Fly Evaluation): Add scm_call_4, suggested by Bruce Korb. --- doc/ref/api-evaluation.texi | 1 + 1 file changed, 1 insertion(+) 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