tools.vocabs.browser: use icons in more places

db4
Slava Pestov 2009-02-15 02:15:27 -06:00
parent 0c4c0410ef
commit 53eb92a967
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ C: <vocab-author> vocab-author
"Tuple classes" $subheading
[
[ <$pretty-link> ]
[ superclass <$link> ]
[ superclass <$pretty-link> ]
[ "slots" word-prop [ name>> ] map " " join <$snippet> ]
tri 3array
] map
@ -96,7 +96,7 @@ C: <vocab-author> vocab-author
"Predicate classes" $subheading
[
[ <$pretty-link> ]
[ superclass <$link> ]
[ superclass <$pretty-link> ]
bi 2array
] map
{ { $strong "Class" } { $strong "Superclass" } } prefix
@ -150,7 +150,7 @@ C: <vocab-author> vocab-author
[
"Parsing words" $subheading
[
[ <$link> ]
[ <$pretty-link> ]
[ word-syntax dup [ <$snippet> ] when ]
bi 2array
] map
@ -190,7 +190,7 @@ C: <vocab-author> vocab-author
: describe-symbols ( words -- )
[
"Symbol words" $subheading
[ <$link> 1array ] map $table
[ <$pretty-link> 1array ] map $table
] unless-empty ;
: $words ( words -- )