From 7fbbf4d6633248a17477a90644ee060938c5f83e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Mar 2017 20:21:36 -0700 Subject: doc: reference to nonexistent special var. * txr.1: Fix references to nonexistent *package-list* variable under Handlers and Sandboxing. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 18816b61..9f79192a 100644 --- a/txr.1 +++ b/txr.1 @@ -33733,14 +33733,14 @@ The threat is that code at the handler site could take advantage of the current value of the .code *package* and -.code *package-list* +.code *package-alist* variables established at the exception throw site to gain inappropriate access to symbols. For this reason, when a handler is established, the current values of .code *package* and -.code *package-list* +.code *package-alist* are recorded into the handler frame. When that handler is later invoked, it executes in a dynamic environment in which those variables are bound to the previously noted values. -- cgit v1.2.3