]> gitweb.factorcode.org Git - factor.git/blob - core/generic/hook/hook-docs.factor
core: trim using lists with tool
[factor.git] / core / generic / hook / hook-docs.factor
1 USING: generic.standard help.markup help.syntax ;
2 IN: generic.hook
3
4 HELP: hook-combination
5 { $class-description
6     "Performs hook method combination . See " { $link POSTPONE: HOOK: } "."
7 } ;
8
9 { standard-combination hook-combination } related-words