summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Hübner <hans.huebner@gmail.com>2014-10-20 06:08:44 +0100
committerHans Hübner <hans.huebner@gmail.com>2014-10-20 06:08:44 +0100
commit8d19f05b216054e4c4a734e6142553ec74a52e08 (patch)
treedd7e6eb64a7177d95ba7f3a560579b3c7d77d606
parente6029ed103efe9656e948ef5eb3cb09aec87c58c (diff)
parent1a50bb819da7148bbeffdfdd703b11402804ac3b (diff)
Merge pull request #20 from billitch/master
Typo in CREATE-SCANNER documentation.
-rw-r--r--api.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lisp b/api.lisp
index 21550e1..ea04405 100644
--- a/api.lisp
+++ b/api.lisp
@@ -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)."))