]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove docs for removed word
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Oct 2011 05:57:14 +0000 (00:57 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Oct 2011 05:57:14 +0000 (00:57 -0500)
core/vocabs/vocabs-docs.factor

index 021c56e22df6d49d7fda21cbb2f88d232759e9fb..da40fdc3b9b998a12366ef1493ae763994466747 100644 (file)
@@ -28,7 +28,6 @@ $nl
 { $subsections
     vocab
     child-vocabs
-    parent-vocabs
     create-vocab
 }
 "Getting words from a vocabulary:"
@@ -98,16 +97,6 @@ HELP: child-vocabs
     }
 } ;
 
-HELP: parent-vocabs
-{ $values { "vocab" "a vocabulary specifier" } { "seq" "a sequence of strings" } }
-{ $description "Outputs all vocabularies which are conceptually above " { $snippet "vocab" } " in the hierarchy." }
-{ $examples
-    { $unchecked-example
-        "\"io.files.info\" parent-vocabs ."
-        "{ \"io\" \"io.files\" \"io.files.info\" }"
-    }
-} ;
-
 HELP: vocab-link
 { $class-description "Instances of this class identify vocabularies which are potentially not loaded. The " { $link vocab-name } " slot is the vocabulary name."
 $nl