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
commitcedeb2eeb9a68434d889f8791dffa951408411da (patch)
tree93ab64cb305c3ff821b27be300ec2b94a26a4d34
parentdc88fe995e364a338faeff3ac6bd96346d9811e4 (diff)
downloadtxr-cedeb2eeb9a68434d889f8791dffa951408411da.tar.gz
txr-cedeb2eeb9a68434d889f8791dffa951408411da.tar.bz2
txr-cedeb2eeb9a68434d889f8791dffa951408411da.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