summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-10-28 07:05:02 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-10-28 07:05:02 -0700
commitcfa484d6482466a9173127f96d07459df6603565 (patch)
tree6ac7a62c42ea62d9496983bef8a35f8721c0126b
parentb0972eaa282e66a3ff705589909a86569ddfe770 (diff)
downloadtxr-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index c437875d..9c8fb220 100644
--- a/txr.1
+++ b/txr.1
@@ -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