summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-09-14 19:54:33 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-09-14 19:54:33 -0700
commit146e6c338ef0226f1742a48fb33d8738f2769f93 (patch)
tree90260b19990e8040e6bdc8a6199f87e42f3e91bb
parent8e352bfdff6bf99e06c500a9bcf06cbd3e953110 (diff)
downloadtxr-146e6c338ef0226f1742a48fb33d8738f2769f93.tar.gz
txr-146e6c338ef0226f1742a48fb33d8738f2769f93.tar.bz2
txr-146e6c338ef0226f1742a48fb33d8738f2769f93.zip
doc: issues in qquote example.
* txr.1: fix flaw in comment next to ^(qquote (unquote ,x)). Clarify accompanying text.
-rw-r--r--txr.14
1 files 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: