summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-07 21:30:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-07 21:30:00 -0800
commitb98e7e641893ca98e34e9f89a55ce1a21a7ace2b (patch)
tree895e7ddb970392bfce32476dbeee961b9620f2bd
parentd1ecfd527d7717921e013d35be3070e7f95265e5 (diff)
downloadtxr-b98e7e641893ca98e34e9f89a55ce1a21a7ace2b.tar.gz
txr-b98e7e641893ca98e34e9f89a55ce1a21a7ace2b.tar.bz2
txr-b98e7e641893ca98e34e9f89a55ce1a21a7ace2b.zip
Grammar.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 94462c80..fa0ee664 100644
--- a/txr.1
+++ b/txr.1
@@ -7807,7 +7807,7 @@ Whenever <regex> matches an empty string, then an empty token is returned, and
the search for another token within <string> resumes after advancing by one
character position. So for instance, (tok-str "abc" #/a?/) returns the
list ("a" "" "" ""). After the token "a" is extracted from a non-empty match
-for the regex, the regex is considered to matches three more times: before the
+for the regex, the regex is considered to match three more times: before the
"b", between "b" and "c", and after the "c".
If the <keep-between> argument is specified, and is not nil, then the behavior