From 112eed47048621e1bb3af64120a57a0936afdc62 Mon Sep 17 00:00:00 2001 From: Doug Coleman <erg@jjjj.local> Date: Thu, 10 Jan 2008 16:40:00 -1000 Subject: [PATCH] add missing IN: --- extra/delegate/delegate-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }