From 1c2cc99d0da5863b1b5ca1ce1d5f3ecb50256179 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 25 Nov 2019 18:58:22 -0800 Subject: doc: ffi-make-callback doesn't exist. * txr.1: Under deffi-cb, correcting a reference to nonexistent ff-make-callback to ffi-make-closure. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index eef5c84a..7549eb9a 100644 --- a/txr.1 +++ b/txr.1 @@ -66380,7 +66380,7 @@ The .code deffi-cb macro generates a callback which uses safe dispatch, which is explained in the description of the -.code ffi-make-callback +.code ffi-make-closure function. The optional .meta abort-val parameter specifies an expression which evaluates to the value -- cgit v1.2.3