Minor doc updates

db4
Slava Pestov 2009-04-06 17:52:14 -05:00
parent 37e278ed02
commit 2c08376cd5
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ $nl
ARTICLE: "colors" "Colors" ARTICLE: "colors" "Colors"
"The " { $vocab-link "colors" } " vocabulary defines a protocol for colors, with a concrete implementation for RGBA colors. This vocabulary is used by " { $vocab-link "io.styles" } ", " { $vocab-link "ui" } " and other vocabularies, but it is independent of them." "The " { $vocab-link "colors" } " vocabulary defines a protocol for colors, with a concrete implementation for RGBA colors. This vocabulary is used by " { $vocab-link "io.styles" } ", " { $vocab-link "ui" } " and other vocabularies, but it is independent of them."
$nl $nl
"RGBA colors:" "RGBA colors with floating point components in the range " { $snippet "[0,1]" } ":"
{ $subsection rgba } { $subsection rgba }
{ $subsection <rgba> } { $subsection <rgba> }
"Converting a color to RGBA:" "Converting a color to RGBA:"

View File

@ -21,7 +21,7 @@ M: apropos add-recent-where recent-searches ;
M: object add-recent-where f ; M: object add-recent-where f ;
: $recent ( element -- ) : $recent ( element -- )
first get [ nl ] [ 1array $pretty-link ] interleave ; first get reverse [ nl ] [ 1array $pretty-link ] interleave ;
: $recent-searches ( element -- ) : $recent-searches ( element -- )
drop recent-searches get [ <$link> ] map $list ; drop recent-searches get [ <$link> ] map $list ;