From bbcba1a7f64ff0f2b1cbc19f5bfa7de4efc29f6e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 2 Sep 2008 15:22:56 -0500 Subject: [PATCH] fix docs --- core/vocabs/vocabs-docs.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/vocabs/vocabs-docs.factor b/core/vocabs/vocabs-docs.factor index 0d55499620..328dce9b03 100755 --- a/core/vocabs/vocabs-docs.factor +++ b/core/vocabs/vocabs-docs.factor @@ -46,19 +46,19 @@ HELP: vocab { $class-description "Instances represent vocabularies." } ; HELP: vocab-name -{ $values { "vocab" "a vocabulary specifier" } { "name" string } } +{ $values { "vocab-spec" "a vocabulary specifier" } { "name" string } } { $description "Outputs the name of a vocabulary." } ; HELP: vocab-words -{ $values { "vocab" "a vocabulary specifier" } { "words" "an assoc mapping strings to words" } } +{ $values { "vocab-spec" "a vocabulary specifier" } { "words" "an assoc mapping strings to words" } } { $description "Outputs the words defined in a vocabulary." } ; HELP: vocab-source-loaded? -{ $values { "vocab" "a vocabulary specifier" } { "source-loaded?" "a boolean" } } +{ $values { "vocab-spec" "a vocabulary specifier" } { "?" "a boolean" } } { $description "Outputs if the source for this vocubulary has been loaded." } ; HELP: vocab-docs-loaded? -{ $values { "vocab" "a vocabulary specifier" } { "docs-loaded?" "a boolean" } } +{ $values { "vocab-spec" "a vocabulary specifier" } { "?" "a boolean" } } { $description "Outputs if the documentation for this vocubulary has been loaded." } ; HELP: words