]> gitweb.factorcode.org Git - factor.git/commitdiff
help: fix suggestion from discord
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 4 Dec 2023 19:50:18 +0000 (11:50 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 4 Dec 2023 19:50:40 +0000 (11:50 -0800)
basis/help/help-docs.factor

index 62ccd0c6f074b598c0b29305c2df7bc10fdb7802..1c9065399ec3f614f66eff5d9161491b0843034e 100644 (file)
@@ -1,6 +1,7 @@
 USING: arrays help.crossref help.lint help.markup
 help.stylesheet help.syntax help.topics io kernel math
-prettyprint quotations see sequences strings summary vocabs ;
+prettyprint quotations see sequences strings summary vocabs
+words ;
 IN: help
 
 ARTICLE: "printing-elements" "Printing markup elements"
@@ -339,7 +340,7 @@ HELP: $warning
 
 HELP: $link
 { $values { "element" "a markup element of the form " { $snippet "{ topic }" } } }
-{ $description "Prints a link to a help article or word." }
+{ $description "Prints a link to a help article or word. The link to an article should a " { $link string } " otherwise the link must be to a " { $link word } "." }
 { $examples
     { $markup-example { $link "dlists" } }
     { $markup-example { $link + } }