summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-02-06 23:52:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-02-06 23:52:21 -0800
commit20a069da3522593439d1c0e291c119010f276184 (patch)
tree440840ddf9e2c7b34520ad600753498a0c15a6b3
parent1edc1f63d470b10d20b9e37b375ccc8fc17274fa (diff)
downloadtxr-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.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index e3f7ba46..2851e04e 100644
--- a/txr.1
+++ b/txr.1
@@ -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