From 146e6c338ef0226f1742a48fb33d8738f2769f93 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 14 Sep 2017 19:54:33 -0700 Subject: doc: issues in qquote example. * txr.1: fix flaw in comment next to ^(qquote (unquote ,x)). Clarify accompanying text. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 98e9d3d2..b6dd913a 100644 --- a/txr.1 +++ b/txr.1 @@ -33397,7 +33397,7 @@ This also allows programmers to use the quasiquote read syntax to construct quasiquote macros. For instance .cblk - ^(qquote (unquote ,x)) ;; does not mean ^^,x + ^(qquote (unquote ,x)) ;; does not mean ^^,,x ! .cble To the quasiquote reader, the @@ -33409,7 +33409,7 @@ and so this syntax simply means that if the value of .code x is .codn foo , -the result will be +the result of evaluating this expression will be .codn "(qquote (unquote foo))" . The form's expansion is actually this: -- cgit v1.2.3