diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-10-28 07:05:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-10-28 07:05:02 -0700 |
commit | cfa484d6482466a9173127f96d07459df6603565 (patch) | |
tree | 6ac7a62c42ea62d9496983bef8a35f8721c0126b | |
parent | b0972eaa282e66a3ff705589909a86569ddfe770 (diff) | |
download | txr-cfa484d6482466a9173127f96d07459df6603565.tar.gz txr-cfa484d6482466a9173127f96d07459df6603565.tar.bz2 txr-cfa484d6482466a9173127f96d07459df6603565.zip |
doc: bad expression under hash-list.
* txr.1: The example apply call wouldn't work as written
because hash is looked up in the variable namespace.
We must use DWIM brackets.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44322,7 +44322,7 @@ The .code hash-list function constructs a hash as if by a call to .mono -.meti (apply hash << hash-args ), +.meti [apply hash << hash-args ], .onom where .meta hash-args |