summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-03-24 20:25:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-03-24 20:25:51 -0700
commitd04bfea9599f9535f25b8008b5ea7017f3ee706c (patch)
tree93ab64cb305c3ff821b27be300ec2b94a26a4d34
parent7fbbf4d6633248a17477a90644ee060938c5f83e (diff)
downloadtxr-d04bfea9599f9535f25b8008b5ea7017f3ee706c.tar.gz
txr-d04bfea9599f9535f25b8008b5ea7017f3ee706c.tar.bz2
txr-d04bfea9599f9535f25b8008b5ea7017f3ee706c.zip
doc: cross reference call-finalizers.
* txr.1: Under finalize function mention that finalizers can also be called using call-finalizers.
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 9f79192a..8ad6ce8a 100644
--- a/txr.1
+++ b/txr.1
@@ -51284,6 +51284,10 @@ as its only argument.
Multiple finalizer functions can be registered for the same object.
They are all called when the object becomes unreachable.
+Finalizers registered against an object may also be invoked
+and removed using the
+.code call-finalizers
+function.
If the
.meta reverse-order-p