diff --git a/extra/delegate/delegate-docs.factor b/extra/delegate/delegate-docs.factor index 5ceeac42bb..f123c3a802 100644 --- a/extra/delegate/delegate-docs.factor +++ b/extra/delegate/delegate-docs.factor @@ -1,4 +1,5 @@ -USING: delegate help.syntax help.markup ; +USING: help.syntax help.markup ; +IN: delegate HELP: define-protocol { $values { "wordlist" "a sequence of words" } { "protocol" "a word for the new protocol" } }