Typo in CREATE-SCANNER documentation.
This commit is contained in:
2
api.lisp
2
api.lisp
@ -39,7 +39,7 @@
|
|||||||
(:documentation "Accepts a regular expression - either as a
|
(:documentation "Accepts a regular expression - either as a
|
||||||
parse-tree or as a string - and returns a scan closure which will scan
|
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
|
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
|
arguments are equivalent to the imsx modifiers in Perl. If
|
||||||
DESTRUCTIVE is not NIL, the function is allowed to destructively
|
DESTRUCTIVE is not NIL, the function is allowed to destructively
|
||||||
modify its first argument \(but only if it's a parse tree)."))
|
modify its first argument \(but only if it's a parse tree)."))
|
||||||
|
|||||||
Reference in New Issue
Block a user