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 | 25ba4a052b2115515936fd584f8dbb46d49aaf7b (patch) | |
tree | 6ac7a62c42ea62d9496983bef8a35f8721c0126b /txr.1 | |
parent | dff12605926554d9aa76c4f80c8adc0ee82fa2bb (diff) | |
download | txr-25ba4a052b2115515936fd584f8dbb46d49aaf7b.tar.gz txr-25ba4a052b2115515936fd584f8dbb46d49aaf7b.tar.bz2 txr-25ba4a052b2115515936fd584f8dbb46d49aaf7b.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.
Diffstat (limited to 'txr.1')
-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 |