From 74a2e75c64820359ac5a6fd946e7af411c47d7ca Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 2 Sep 2008 16:07:17 -0500 Subject: [PATCH] fix docs --- core/vocabs/loader/loader-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vocabs/loader/loader-docs.factor b/core/vocabs/loader/loader-docs.factor index e4cc6ac11f..ebaf8b3c8f 100755 --- a/core/vocabs/loader/loader-docs.factor +++ b/core/vocabs/loader/loader-docs.factor @@ -50,7 +50,7 @@ HELP: load-vocab { $error-description "Thrown by " { $link POSTPONE: USE: } " and " { $link POSTPONE: USING: } " when a given vocabulary does not exist. Vocabularies must be created by " { $link POSTPONE: IN: } " before being used." } ; HELP: vocab-main -{ $values { "vocab" "a vocabulary specifier" } { "main" word } } +{ $values { "vocab-spec" "a vocabulary specifier" } { "main" word } } { $description "Outputs the main entry point for a vocabulary. The entry point can be executed with " { $link run } " and set with " { $link POSTPONE: MAIN: } "." } ; HELP: vocab-roots