]> gitweb.factorcode.org Git - factor.git/blob - core/generic/hook/hook-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / core / generic / hook / hook-docs.factor
1 USING: generic generic.single generic.standard help.markup help.syntax sequences math
2 math.parser effects ;
3 IN: generic.hook
4
5 HELP: hook-combination
6 { $class-description
7     "Performs hook method combination . See " { $link POSTPONE: HOOK: } "."
8 } ;
9
10 { standard-combination hook-combination } related-words