summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-01 14:44:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-01 14:44:19 -0800
commit63ec2fc335d0015e0b85eacc49af940149ca608a (patch)
tree35f1d9e608b531b20dcd77714183464b89872550 /txr.1
parentec0908136551e562a73ba40e5aa3c7314f1fa1f3 (diff)
downloadtxr-63ec2fc335d0015e0b85eacc49af940149ca608a.tar.gz
txr-63ec2fc335d0015e0b85eacc49af940149ca608a.tar.bz2
txr-63ec2fc335d0015e0b85eacc49af940149ca608a.zip
Clarification about TXR Syntax.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.15
1 files changed, 3 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 6b10789d..aed89d22 100644
--- a/txr.1
+++ b/txr.1
@@ -4396,8 +4396,9 @@ Function and variable bindings are dynamically scoped in TXR Lisp. However,
closures do capture variables.
.SS Additional Syntax
-Most of the TXR Lisp syntax is introduced in the previous sections of the
-manual. There is some additional syntax that is useful in Lisp.
+Much of the TXR Lisp syntax has been introduced in the previous sections of the
+manual, since directive forms are based on it. There is some additional syntax
+that is useful in TXR Lisp programming.
.SS Quoting/Unquoting