diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-01-31 06:36:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-01-31 06:36:28 -0800 |
commit | bc91a4d7dc87e4c379bbe66d414e2553ca247517 (patch) | |
tree | f8b31c30154a302adb21f16971eb2b0b8343559b | |
parent | e9000f35cd994c307a31df37f225432e8ddf36ac (diff) | |
download | txr-bc91a4d7dc87e4c379bbe66d414e2553ca247517.tar.gz txr-bc91a4d7dc87e4c379bbe66d414e2553ca247517.tar.bz2 txr-bc91a4d7dc87e4c379bbe66d414e2553ca247517.zip |
doc: repeated "continues" under do directive.
* txr.1: fix repeated word.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6975,7 +6975,7 @@ is: The .code do directive evaluates zero or more \*(TL expressions. (See TXR LISP far -below.) The value of the expression is ignored, and matching continues +below.) The value of the expression is ignored, and matching continues with the directives which follow the .code do directive, if any. |