]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 00:12:29 +0000 (19:12 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 00:12:29 +0000 (19:12 -0500)
basis/help/topics/topics-docs.factor

index f2f3e8e82ff17c26a459e044b9e8c55f4f4c524d..e0f817ee3d79ec78266e22b1f368b25ee640dafd 100644 (file)
@@ -1,5 +1,6 @@
-USING: help.markup help.syntax help.topics help.crossref help io
-io.styles hashtables ;
+USING: help.markup help.syntax help.crossref help io io.styles
+hashtables ;
+IN: help.topics
 
 HELP: articles
 { $var-description "Hashtable mapping article names to " { $link article } " instances." } ;
@@ -14,11 +15,11 @@ HELP: article
 { $description "Outputs a named " { $link article } " object." } ;
 
 HELP: article-title
-{ $values { "article" "an article name or a word" } { "title" "a string" } }
+{ $values { "topic" "an article name or a word" } { "title" "a string" } }
 { $description "Outputs the title of a specific help article." } ;
 
 HELP: article-content
-{ $values { "article" "an article name or a word" } { "content" "a markup element" } }
+{ $values { "topic" "an article name or a word" } { "content" "a markup element" } }
 { $description "Outputs the content of a specific help article." } ;
 
 HELP: all-articles