diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-05-15 07:03:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-05-15 07:03:44 -0700 |
commit | 7b0341d13bab3e7c2202327d56d150e2c7887045 (patch) | |
tree | 0974a29fb73e2573b9729b2133627d1be30893a6 /txr.1 | |
parent | f1cb385c90eb80200c36fa2628e023958472ec39 (diff) | |
download | txr-7b0341d13bab3e7c2202327d56d150e2c7887045.tar.gz txr-7b0341d13bab3e7c2202327d56d150e2c7887045.tar.bz2 txr-7b0341d13bab3e7c2202327d56d150e2c7887045.zip |
Variables are now deletable places, if they are global.
* place.tl (sys:sym-delete-expander): New function.
(get-delete-expander): Retrieve delete expander for
symbols.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11840,7 +11840,7 @@ operator binding is returned, and if that doesn't exist, then .code nil is returned. -The value of a macro binding isn't a functio object, but a list of the +The value of a macro binding isn't a function object, but a list of the following form: .cblk |