]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/xml-docs.factor
Fixing assorted compile errors and help lint warnings
[factor.git] / basis / xml / xml-docs.factor
index 6d5a7f810fb6b97fdb1453f2fafb2e613c0dc13a..16a817d62846351f2b2a95807380cac03fa392c8 100644 (file)
@@ -113,7 +113,7 @@ HELP: name
 { $see-also <name> tag } ;\r
 \r
 HELP: <name>\r
-{ $values { "space" "a string" } { "tag" "a string" } { "url" "a string" }\r
+{ $values { "space" "a string" } { "main" "a string" } { "url" "a string" }\r
     { "name" "an XML tag name" } }\r
 { $description "creates a name tuple with the name-space space and the tag-name tag and the tag-url url." }\r
 { $see-also name <tag> } ;\r
@@ -135,7 +135,7 @@ HELP: xml
 \r
 HELP: <xml>\r
 { $values { "prolog" "an XML prolog" } { "before" "a sequence of XML elements" }\r
-{ "main" tag } { "after" "a sequence of XML elements" } { "xml" "an XML document" } }\r
+{ "body" tag } { "after" "a sequence of XML elements" } { "xml" "an XML document" } }\r
 { $description "creates an XML document, delegating to the main tag, with the specified prolog, before, and after" }\r
 { $see-also xml <tag> } ;\r
 \r