From 25ba4a052b2115515936fd584f8dbb46d49aaf7b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Oct 2019 07:05:02 -0700 Subject: 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. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3