Merge branch 'master' of github.com:edicl/cl-ppcre

This commit is contained in:
Hans Huebner
2014-11-28 13:24:45 +01:00

View File

@ -39,7 +39,7 @@
(:documentation "Accepts a regular expression - either as a
parse-tree or as a string - and returns a scan closure which will scan
strings for this regular expression and a list mapping registers to
their names \(NIL stands for unnamed ones). The \"mode\" keyboard
their names \(NIL stands for unnamed ones). The \"mode\" keyword
arguments are equivalent to the imsx modifiers in Perl. If
DESTRUCTIVE is not NIL, the function is allowed to destructively
modify its first argument \(but only if it's a parse tree)."))