From b98e7e641893ca98e34e9f89a55ce1a21a7ace2b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 7 Jan 2014 21:30:00 -0800 Subject: Grammar. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 94462c80..fa0ee664 100644 --- a/txr.1 +++ b/txr.1 @@ -7807,7 +7807,7 @@ Whenever matches an empty string, then an empty token is returned, and the search for another token within 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 argument is specified, and is not nil, then the behavior -- cgit v1.2.3