diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-06 23:52:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-06 23:52:21 -0800 |
commit | 20a069da3522593439d1c0e291c119010f276184 (patch) | |
tree | 440840ddf9e2c7b34520ad600753498a0c15a6b3 | |
parent | 1edc1f63d470b10d20b9e37b375ccc8fc17274fa (diff) | |
download | txr-20a069da3522593439d1c0e291c119010f276184.tar.gz txr-20a069da3522593439d1c0e291c119010f276184.tar.bz2 txr-20a069da3522593439d1c0e291c119010f276184.zip |
doc: formatting under ffi-make-closure.
* txr.1: Run-on period on identifier; extra words.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60412,7 +60412,7 @@ type specifier keyword in the FFI type language. This type appears a C function pointer in the foreign code, and may be called as such. When it is called by foreign code, it triggers a call to -.meta lisp-fun. +.metn lisp-fun . The optional .meta safe-p @@ -60423,7 +60423,7 @@ so that unsafe closure dispatch must be explicitly requested with a .code nil argument for this parameter. -A a callback closure which is is safely dispatched, firstly, does not permit +A callback closure which is safely dispatched, firstly, does not permit the capture of delimited continuations across foreign code. Delimited continuations can be captured inside a closure dispatched that way, but the delimiting prompt must be within the callback's local stack frame, without |