Index: trunk/package.lisp
===================================================================
--- trunk/package.lisp	(revision trunk,14)
+++ trunk/package.lisp	(revision trunk,15)
@@ -1,4 +1,7 @@
 (defpackage #:parse
-  (:documentation "")
+  (:documentation
+   "Defines macros for matching input against rules and building trees
+(see the IF-MATCHES-* macros, but especially IF-MATCHES), and for
+defining parsers (DEFPARSER) and grammars (DEFGRAMMAR).")
   (:use #:cl #:cl-ppcre)
   (:export #:if-matches-parser
@@ -12,4 +15,3 @@
 	   #:if-matches-forbidden
 	   #:if-matches-only
-	   #:if-matches
-	   #:token))
+	   #:if-matches))
