summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-01 20:05:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-01 20:05:51 -0700
commitb262e4cc004511672dab70456ad01010111029d4 (patch)
tree0e1a41afae861930ff7af9abfbac23003d2dea44 /txr.1
parent96c1c6923e5b5a3a864747b903250e1a1cb3be01 (diff)
downloadtxr-b262e4cc004511672dab70456ad01010111029d4.tar.gz
txr-b262e4cc004511672dab70456ad01010111029d4.tar.bz2
txr-b262e4cc004511672dab70456ad01010111029d4.zip
Syntax formatting fixes in structs documentation.
* txr.1: Formatting blunders in defstruct (description of :fini), new macro, make-struct-type.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index 24c108d8..bdfb6b08 100644
--- a/txr.1
+++ b/txr.1
@@ -17887,7 +17887,7 @@ the
code, if any, has been executed. The registration
takes place as if by the evaluation of the form
.cblk
-.meti (finalize << obj (lambda <> (param) << body-form ...) t)
+.meti (finalize < obj (lambda <> ( param ) << body-form ...) t)
.cble
where
.meta obj
@@ -18013,7 +18013,7 @@ macro creates a new instance of the structure type named by
If the structure supports "boa construction", then, optionally, the
arguments may be given using the syntax
.cblk
-.meti >> (name << arg *)
+.meti >> ( name << arg *)
.cble
instead of
.metn name .
@@ -18045,7 +18045,7 @@ macro, and lastly the "boa constructor" overrides.
.coNP Macro @ qref
.synb
.mets (qref < object-form
-.mets \ \ >> { slot | >> ( slot << arg *) | >> [ slot << arg *]}+)
+.mets \ \ >> { slot | >> ( slot << arg *) | >> [ slot << arg *]}+)
.syne
The
@@ -18235,8 +18235,8 @@ in a function slot.
.coNP Function @ make-struct-type
.synb
-.meti (make-struct-type < name < super < static-slots < slots
-.meti \ \ < static-initfun < initfun << boactor )
+.mets (make-struct-type < name < super < static-slots < slots
+.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ < static-initfun < initfun << boactor )
.syne
.desc
The
@@ -18277,7 +18277,7 @@ The new struct type's effective list of slots is formed by appending
together
.meta static-slots
and
-.metn slots,
+.metn slots ,
and then appending that to the list of the supertype's slots, and
de-duplicating the resulting list as if by the
.code uniq