diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-25 18:58:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-25 18:58:22 -0800 |
commit | 1c2cc99d0da5863b1b5ca1ce1d5f3ecb50256179 (patch) | |
tree | 33e69d9618a4bdd912a08aba76620fd736c45510 | |
parent | 8f9ab607b397678ffbffc4e3a5f063f439312e25 (diff) | |
download | txr-1c2cc99d0da5863b1b5ca1ce1d5f3ecb50256179.tar.gz txr-1c2cc99d0da5863b1b5ca1ce1d5f3ecb50256179.tar.bz2 txr-1c2cc99d0da5863b1b5ca1ce1d5f3ecb50256179.zip |
doc: ffi-make-callback doesn't exist.
* txr.1: Under deffi-cb, correcting a reference to
nonexistent ff-make-callback to ffi-make-closure.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |