]> gitweb.factorcode.org Git - factor.git/commitdiff
help.markup: fix dco stack effects
authorrazetime <raghuallthetime@hotmail.com>
Wed, 21 Dec 2022 02:55:35 +0000 (08:25 +0530)
committerrazetime <raghuallthetime@hotmail.com>
Wed, 21 Dec 2022 02:55:35 +0000 (08:25 +0530)
basis/help/help-docs.factor

index 125f587a1f75de9d6ef5f8d360b89bfca13e41a8..65c5622d7d10184795ce3c71f466f1e0f86a9804 100644 (file)
@@ -371,7 +371,7 @@ HELP: $deprecated
 ;
 
 HELP: $emphasis
-{ $values { "element" "a markup element" } }
+{ $values { "children" "a markup element" } }
 { $description "Prints " { $emphasis "emphasized" } "text. This is also known as italicized text." }
 ;
 
@@ -382,7 +382,7 @@ HELP: $inputs
 ;
 
 HELP: $io-error
-{ $values { "element" "a markup element" } }
+{ $values { "children" "a markup element" } }
 { $description "Indicates an error class for input/output." }
 ;