summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-14 00:17:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-14 00:17:53 -0800
commit7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb (patch)
tree02f48b9409dd70571e7dc1d322887a6e2b4b46bd
parentcc687df3f6dd6d259c08e3bd7a1123bb837da868 (diff)
downloadtxr-7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb.tar.gz
txr-7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb.tar.bz2
txr-7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb.zip
Minor.
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index 50843e08..2a3b7a65 100644
--- a/txr.1
+++ b/txr.1
@@ -1077,14 +1077,14 @@ requires a matching @(end) directive. So in other words, @(collect) is not only
an expression, but serves as a kind of token in a higher level phrase structure
grammar.
-Usually if a directive occurs alone in a line, not preceded or followed
-by other material, it is involved in a "vertical" (or line oriented)
-syntax.
+Usually if this type of "syntactic directive" occurs alone in a line, not
+preceded or followed by other material, it is involved in a "vertical" (or line
+oriented) syntax.
-If a directive is embedded in a line (has preceding or trailing material) then
-it is in a horizontal syntactic and semantic context (character-oriented).
+If such a directive is embedded in a line (has preceding or trailing material)
+then it is in a horizontal syntactic and semantic context (character-oriented).
-There is an exceptions. The a definition of a horizontal function
+There is an exception: the a definition of a horizontal function
looks like this:
@(define name (arg))body material@(end)