summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-09 19:58:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-09 19:58:23 -0700
commit9a3db7ec38ec3a5e1810d86f67c0bcbe62ba2359 (patch)
tree25de1ab2019502106aa98b0084a516694088984c
parent47d79a4dc7d1a9ae8161dfd02a75a869169da73f (diff)
downloadtxr-9a3db7ec38ec3a5e1810d86f67c0bcbe62ba2359.tar.gz
txr-9a3db7ec38ec3a5e1810d86f67c0bcbe62ba2359.tar.bz2
txr-9a3db7ec38ec3a5e1810d86f67c0bcbe62ba2359.zip
Add note to :init and :fini.
* txr.1: Unlike methods, these don't have an implicit block.
-rw-r--r--txr.114
1 files changed, 14 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 4cffd067..c0dd1ce3 100644
--- a/txr.1
+++ b/txr.1
@@ -18010,6 +18010,13 @@ applied to the slot.
.code defstruct
for initializing instance slots performs this kind of check).
+The
+.metn body-form -s
+of an
+.code :init
+specifier are not surrounded by an implicit
+.codn block .
+
.meIP (:fini <> ( param ) << body-form *)
The
.code :fini
@@ -18035,6 +18042,13 @@ argument which requests reverse order of registration, ensuring that if an
object has multiple finalizers registered at different levels of inheritance
hierarchy, the finalizers specified for a derived structure type are called
before inherited finalizers.
+
+The
+.metn body-form -s
+of a
+.code :fini
+specifier are not surrounded by an implicit
+.codn block .
.RE
.PP