]> gitweb.factorcode.org Git - factor.git/commitdiff
html.parser.analyzer: use same vocab for docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 11 Oct 2013 18:51:33 +0000 (11:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 11 Oct 2013 18:51:33 +0000 (11:51 -0700)
extra/html/parser/analyzer/analyzer-docs.factor

index 1657eacdd8356a10b1cbe4b6e0e324039a757653..7c846ad891d5c152008dbfa8db2cd21bd038d5e3 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.syntax help.markup html.parser.analyzer sequences strings ;
-IN: html.parser.analyzer-docs
+IN: html.parser.analyzer
 
 HELP: stack-find
 { $values { "seq" sequence } { "quot" { $quotation "( elt -- 1/0/-1 )" } } { "i/f" "an index or " { $link f } } }