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
commit6bf31a8c9e9922042e63fae7328ecd482074e40a (patch)
tree7512daca51f2c8f7a0b6d13864e7545696579a0b
parent68811c68c7342d7307b684313962edd105b88a83 (diff)
downloadtxr-6bf31a8c9e9922042e63fae7328ecd482074e40a.tar.gz
txr-6bf31a8c9e9922042e63fae7328ecd482074e40a.tar.bz2
txr-6bf31a8c9e9922042e63fae7328ecd482074e40a.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