From 15acd3a8b0b9a1a639c17f03832e94b4c12f60f1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Sep 2023 14:42:40 -0700 Subject: doc: fix "uninterested symbols". * txr.1: in description of weak packages, fix "uninterested" symbols to "discarded". --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 42158a50..19c506fc 100644 --- a/txr.1 +++ b/txr.1 @@ -66994,7 +66994,7 @@ references to some of the symbols, discarding the others. If the package isn't weak, then because the application is retaining some of the symbols, and those symbols hold a reference to the package, and the package holds a reference to all symbols that were interned in it, all of the symbols are retained. If a -weak package is used, then the uninterested symbols are eligible for garbage +weak package is used, then the discarded symbols are eligible for garbage collection. .coNP Function @ delete-package -- cgit v1.2.3