summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/signals.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/signals.texi b/doc/api/signals.texi
index 0d8c589..f2773d2 100644
--- a/doc/api/signals.texi
+++ b/doc/api/signals.texi
@@ -218,3 +218,8 @@ the coroutine defined by @var{body}. A special @code{yield} syntax is
available within @var{body} to specify which values are passed to the
signal.
@end deffn
+
+@deffn {Scheme Procedure} signal-call @var{proc-signal} . @var{arg-signals}
+Create a new signal that applies the procedure within
+@var{proc-signal} to the arguments in @var{arg-signals}.
+@end deffn