db4
Doug Coleman 2008-09-02 19:14:15 -05:00
parent 1c176fbdfe
commit 5a2c47bb44
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: help.markup help.syntax help.crossref help io io.styles USING: help.markup help.syntax help.crossref help io io.styles
hashtables ; hashtables strings ;
IN: help.topics IN: help.topics
HELP: articles HELP: articles
@ -15,7 +15,7 @@ HELP: article
{ $description "Outputs a named " { $link article } " object." } ; { $description "Outputs a named " { $link article } " object." } ;
HELP: article-title HELP: article-title
{ $values { "topic" "an article name or a word" } { "title" "a string" } } { $values { "topic" "an article name or a word" } { "string" string } }
{ $description "Outputs the title of a specific help article." } ; { $description "Outputs the title of a specific help article." } ;
HELP: article-content HELP: article-content