diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-14 00:17:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-14 00:17:53 -0800 |
commit | 7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb (patch) | |
tree | 02f48b9409dd70571e7dc1d322887a6e2b4b46bd | |
parent | cc687df3f6dd6d259c08e3bd7a1123bb837da868 (diff) | |
download | txr-7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb.tar.gz txr-7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb.tar.bz2 txr-7dfb2d9a6c5c70fb0858c69bc09adc75ed1247bb.zip |
Minor.
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) |