diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-02 00:35:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-02 00:37:58 -0800 |
commit | 0cb57bc1c33a8079f65e712c98e78e7a54bb8ca0 (patch) | |
tree | 2cae2ca4000962bc3d4d64e014f5c4c7d0f00456 | |
parent | 2543caeb5ef6c7d32f5903558c90af2e8203d5bc (diff) | |
download | txr-0cb57bc1c33a8079f65e712c98e78e7a54bb8ca0.tar.gz txr-0cb57bc1c33a8079f65e712c98e78e7a54bb8ca0.tar.bz2 txr-0cb57bc1c33a8079f65e712c98e78e7a54bb8ca0.zip |
* txr.1: Fix bad grammar.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -760,9 +760,9 @@ following example: The @(all) directive does nothing other than assert that all clauses must match. It has only one clause, @var2. So this is equivalent to just @var1@var2, except that if both variables are unbound, no semantic error is identified in -this situation. The situation is handled as a variable followed by a directive. -Of course @var2 matches any position current position, and so @var1 ends up -with nothing. +this situation. SUch a situation is handled as a variable followed by a +directive. Of course @var2 matches everything at the current position, and so +@var1 ends up with nothing. Example 1: b matches at position 0 and a gets nothing: |