From 6bf31a8c9e9922042e63fae7328ecd482074e40a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 20 Oct 2016 07:23:34 -0700 Subject: doc: fix incomplete hash literal desc. * txr.1: describe key-value pairs of hash literals. --- txr.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3