summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-20 06:20:33 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-20 06:20:33 -0700
commit1a583c47579a8015ff2d149ac33bb5914945dd80 (patch)
treec639c611bc595d364661cd8f2d99745679654195
parentf45ef224a7e7d56743d63e12d53c8235b37043c5 (diff)
downloadtxr-1a583c47579a8015ff2d149ac33bb5914945dd80.tar.gz
txr-1a583c47579a8015ff2d149ac33bb5914945dd80.tar.bz2
txr-1a583c47579a8015ff2d149ac33bb5914945dd80.zip
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.
-rw-r--r--txr.14
1 files 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