diff --git a/basis/colors/constants/constants-docs.factor b/basis/colors/constants/constants-docs.factor index 2bbc136314..840a77f472 100644 --- a/basis/colors/constants/constants-docs.factor +++ b/basis/colors/constants/constants-docs.factor @@ -3,9 +3,9 @@ USING: help.markup help.syntax strings colors ; HELP: named-color { $values { "name" string } { "color" color } } -{ $description "Outputs a named color from the " { $snippet "rgb.txt" } " database." } +{ $description "Outputs a named color from the color database." } { $notes "In most cases, " { $link POSTPONE: COLOR: } " should be used instead." } -{ $errors "Throws an error if the color is not listed in " { $snippet "rgb.txt" } "." } ; +{ $errors "Throws an error if the color is not listed in " { $snippet "rgb.txt" } ", " { $snippet "factor-colors.txt" } " or " { $snippet "solarized-colors.txt" } "." } ; HELP: named-colors { $values { "keys" "a sequence of strings" } }