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