Thanks, Martin.
I have applied your changes and have also noticed some additional problems nearby: a @(collect) that should be in monospace font, and the :maxgap 0 example neglecting to mention that the matches must not only be consecutive, but must begin immediately.
P. S. Som Slovák, dobrý večer! :)
On 2018-01-26 01:55, Martin Dvořák wrote:
7.1 explanation of @(repeat)
Instead of:
... providing a shorthand notation for @(repeat :vars nil) and @(rep :vars nil) ... should be:
... providing a shorthand notation for @(collect :vars nil) and @(coll :vars nil)
7.3.18 Keyword parameters in collect
:maxgap n
Instead of:
... or more than five lines since any successful match.
should be:
... or more than n lines since any successful match.
regards,
Martin Dvořák