diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-03-24 20:25:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-03-24 20:25:51 -0700 |
commit | d04bfea9599f9535f25b8008b5ea7017f3ee706c (patch) | |
tree | 93ab64cb305c3ff821b27be300ec2b94a26a4d34 | |
parent | 7fbbf4d6633248a17477a90644ee060938c5f83e (diff) | |
download | txr-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.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |