diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-03-24 20:21:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-03-24 20:21:36 -0700 |
commit | dc88fe995e364a338faeff3ac6bd96346d9811e4 (patch) | |
tree | 486b68065fbabb55e4fb909078b59f0295e5ff99 /txr.1 | |
parent | 8b235dfe5e0d99661cbd39a8e09095aef180ff21 (diff) | |
download | txr-dc88fe995e364a338faeff3ac6bd96346d9811e4.tar.gz txr-dc88fe995e364a338faeff3ac6bd96346d9811e4.tar.bz2 txr-dc88fe995e364a338faeff3ac6bd96346d9811e4.zip |
doc: reference to nonexistent special var.
* txr.1: Fix references to nonexistent *package-list*
variable under Handlers and Sandboxing.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |