From 1c176fbdfefe6d9d90d61b8f6eaf47db12cfb018 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 2 Sep 2008 19:12:29 -0500 Subject: [PATCH] fix docs --- basis/help/topics/topics-docs.factor | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/basis/help/topics/topics-docs.factor b/basis/help/topics/topics-docs.factor index f2f3e8e82f..e0f817ee3d 100644 --- a/basis/help/topics/topics-docs.factor +++ b/basis/help/topics/topics-docs.factor @@ -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