summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-20 07:23:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-20 07:23:34 -0700
commitaf25632805bf9bda203883daf731e6d1cd744de4 (patch)
tree7512daca51f2c8f7a0b6d13864e7545696579a0b
parent2b0ddbf1ab3a710a362997fb6ed6c4f3fe5d08e0 (diff)
downloadtxr-af25632805bf9bda203883daf731e6d1cd744de4.tar.gz
txr-af25632805bf9bda203883daf731e6d1cd744de4.tar.bz2
txr-af25632805bf9bda203883daf731e6d1cd744de4.zip
doc: fix incomplete hash literal desc.
* txr.1: describe key-value pairs of hash literals.
-rw-r--r--txr.19
1 files changed, 8 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 3b9add31..6b4309df 100644
--- a/txr.1
+++ b/txr.1
@@ -10436,7 +10436,14 @@ or
which defaults to a
hash table based on the
.code eql
-function, with no weak semantics.
+function, with no weak semantics or user data.
+
+The hash table key-value contents are specified as zero or more
+two-element lists, whose first element specifies the
+.meta key
+and whose second specifies the
+.metn value .
+Both expressions are literal objects, not subject to evaluation.
.NP* Range Literals