]> gitweb.factorcode.org Git - factor.git/commitdiff
colors.constants-docs: update the list of files with named colors
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 10 Aug 2016 21:57:55 +0000 (00:57 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 11 Aug 2016 02:42:20 +0000 (19:42 -0700)
basis/colors/constants/constants-docs.factor

index 2bbc1363146f559f5708c2bd966fff05576a9924..840a77f472808fb4a9982845d18d140ec30a8860 100644 (file)
@@ -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" } }