From d04bfea9599f9535f25b8008b5ea7017f3ee706c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Mar 2017 20:25:51 -0700 Subject: doc: cross reference call-finalizers. * txr.1: Under finalize function mention that finalizers can also be called using call-finalizers. --- txr.1 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3