summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-05-26 06:51:36 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-05-26 06:51:36 -0700
commit4809602f3733c84a6b3d671992e8e24560765d53 (patch)
tree6437861e5aea2611bc5af95348fcc2c813258b72 /txr.1
parent72cb19d06e0b9828cace88a6ca923a79fa563dc0 (diff)
downloadtxr-4809602f3733c84a6b3d671992e8e24560765d53.tar.gz
txr-4809602f3733c84a6b3d671992e8e24560765d53.tar.bz2
txr-4809602f3733c84a6b3d671992e8e24560765d53.zip
Check manual for .cblk/.cble pairing.
* checkman.txr (check-cblk): New pattern function, hooked into main scan. * txr.1: Fixed four instances of .cblk closed by .cblk instead of .cble.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index be6a04a8..51d6c1df 100644
--- a/txr.1
+++ b/txr.1
@@ -21154,7 +21154,7 @@ This is different from
the behavior of
.cblk
.meti >> [ sequence 0..t]
-.cblk
+.cble
or
.cblk
.meti (sub < sequence 0 t)
@@ -27268,7 +27268,7 @@ evaluated and inserted into the resulting structure.
The syntax
.cblk
.meti (qquote (unquote << form ))
-.cblk
+.cble
is equivalent to
.metn form :
the
@@ -32088,7 +32088,7 @@ Contrast the previous example with:
(let ((rest "0"))
`rest: @@rest`) -> ;; error: no such function or operator: sys:var
-.cblk
+.cble
Under the
.code op
@@ -32202,7 +32202,7 @@ according to the following equivalence:
(ado form ...) <--> (apf (do form ...))
(ido form ...) <--> (ipf (do form ...))
-.cblk
+.cble
See also: the
.code apf