diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:26:55 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:26:55 -0800 |
commit | 20241f5692dcabb168beb54d75657a753ac9fe10 (patch) | |
tree | 5b78abc20d24b9e718323f6c72ed119e3a7f8f68 /txr.1 | |
parent | 6098401f2c37eee255be262157c2beef78903ea7 (diff) | |
download | txr-20241f5692dcabb168beb54d75657a753ac9fe10.tar.gz txr-20241f5692dcabb168beb54d75657a753ac9fe10.tar.bz2 txr-20241f5692dcabb168beb54d75657a753ac9fe10.zip |
doc: fixes under tagbody.
* txr.1: Grammar: to occurs -> to occur. Also any subforms
of a tagbody form may be go, not just one one form as the text
seems to be saying.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14611,7 +14611,7 @@ macro is available inside .codn tagbody . It is erroneous for a .code go -form to occurs outside of a +form to occur outside of a .codn tagbody . This situation is diagnosed by global macro called .codn go , @@ -14633,7 +14633,7 @@ form terminates, and yields Any .meta form -itself, or else one of its sub-forms, may be the form +itself, or else any of its sub-forms, may be the form .cblk .meti (go << label ) .cble |