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
commite21bd744836b584f4336aecf4abfa108fa21de91 (patch)
tree440840ddf9e2c7b34520ad600753498a0c15a6b3
parenta1b27921356411065d0f2e88669209dec3c32352 (diff)
downloadtxr-e21bd744836b584f4336aecf4abfa108fa21de91.tar.gz
txr-e21bd744836b584f4336aecf4abfa108fa21de91.tar.bz2
txr-e21bd744836b584f4336aecf4abfa108fa21de91.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