From 1a583c47579a8015ff2d149ac33bb5914945dd80 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 20 Aug 2015 06:20:33 -0700 Subject: Wording in description of quasiquote. * txr.1: An unquote's evaluation should be contrasted with the quasiquote's suppression of it, not with the quote. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 4e34ff12..3ddcca65 100644 --- a/txr.1 +++ b/txr.1 @@ -9305,8 +9305,8 @@ used for quasi string literals. The comma character is used within a .meta qq-template -to denote an unquote. Whereas -the quote suppresses evaluation, the comma introduces an exception: an element +to denote an unquote. Whereas the quasiquote suppresses evaluation, +similarly to the quote, the comma introduces an exception: an element of a form which is evaluated. For example, list .code ^(a b c ,(+ 2 2) (+ 2 2)) is the list -- cgit v1.2.3