db4
Doug Coleman 2008-09-02 16:07:17 -05:00
parent edd5071556
commit 74a2e75c64
1 changed files with 1 additions and 1 deletions

View File

@ -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