summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: