html.parser.analyzer: use same vocab for docs.
parent
5f2238f7d4
commit
8086746ac2
|
@ -1,5 +1,5 @@
|
||||||
USING: help.syntax help.markup html.parser.analyzer sequences strings ;
|
USING: help.syntax help.markup html.parser.analyzer sequences strings ;
|
||||||
IN: html.parser.analyzer-docs
|
IN: html.parser.analyzer
|
||||||
|
|
||||||
HELP: stack-find
|
HELP: stack-find
|
||||||
{ $values { "seq" sequence } { "quot" { $quotation "( elt -- 1/0/-1 )" } } { "i/f" "an index or " { $link f } } }
|
{ $values { "seq" sequence } { "quot" { $quotation "( elt -- 1/0/-1 )" } } { "i/f" "an index or " { $link f } } }
|
||||||
|
|
Loading…
Reference in New Issue