From 9126b20caeb989fc0c92a1dd05fcd9a373771b72 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sat, 9 Sep 2006 10:06:17 +0000 Subject: [PATCH] typo in start-element docstring --- xml/sax-handler.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/sax-handler.lisp b/xml/sax-handler.lisp index 7d36f3b..8b14251 100644 --- a/xml/sax-handler.lisp +++ b/xml/sax-handler.lisp @@ -181,7 +181,7 @@ of the `attribute' structure class. The for their namespace-uri and local-name properties, the same rules as for the element name apply. Additionally, namespace-declaring attributes (those whose name is \"xmlns\" or starts with \"xmlns:\") are only included if -*namespace-prefixes* is non-nil.") +*include-xmlns-attributes* is non-nil.") (:method ((handler t) namespace-uri local-name qname attributes) (declare (ignore namespace-uri local-name qname attributes)) nil))