parent
7c22e764f9
commit
a791d297ea
|
@ -195,14 +195,7 @@ HELP: $subsections
|
|||
{ $markup-example { $subsections "sequences" nth each } }
|
||||
} ;
|
||||
|
||||
HELP: $related-subsections
|
||||
{ $values { "children" "a " { $link sequence } " of one or more " { $link topic } "s" } }
|
||||
{ $description "A version of " { $link $subsections } " which also calls " { $link related-words } " on " { $snippet "children" } ", relating its contents together." }
|
||||
{ $examples
|
||||
{ $markup-example { $related-subsections keep + } }
|
||||
} ;
|
||||
|
||||
{ $subsection $subsections $related-subsections $link $vocab-subsection } related-words
|
||||
{ $subsection $subsections $link } related-words
|
||||
|
||||
HELP: $vocab-subsection
|
||||
{ $values { "element" "a markup element of the form " { $snippet "{ title vocab }" } } }
|
||||
|
|
|
@ -251,11 +251,6 @@ PRIVATE>
|
|||
: $subsections ( children -- )
|
||||
[ $subsection* ] each ($blank-line) ;
|
||||
|
||||
DEFER: related-words
|
||||
|
||||
: $related-subsections ( children -- )
|
||||
[ related-words ] [ $subsections ] bi ;
|
||||
|
||||
: $subsection ( element -- )
|
||||
check-first $subsection* ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue