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 | 7253c253a7181cc819c2934f1a92109c60ceec32 (patch) | |
tree | 33e69d9618a4bdd912a08aba76620fd736c45510 | |
parent | cdf5acd8925b419e4fa37445470a53169ff05036 (diff) | |
download | txr-7253c253a7181cc819c2934f1a92109c60ceec32.tar.gz txr-7253c253a7181cc819c2934f1a92109c60ceec32.tar.bz2 txr-7253c253a7181cc819c2934f1a92109c60ceec32.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 |