Help updates

db4
Slava Pestov 2008-03-13 03:45:34 -05:00
parent cb2863ea5f
commit 5d1dbeeaf6
2 changed files with 3 additions and 2 deletions

View File

@ -169,7 +169,8 @@ M: f print-element drop ;
] if
] ($subsection) ;
: $vocab-link ( element -- ) first dup ($vocab-link) ;
: $vocab-link ( element -- )
first dup vocab-name swap ($vocab-link) ;
: $vocabulary ( element -- )
first word-vocabulary [

View File

@ -1,6 +1,6 @@
USING: help.markup help.syntax ui.commands ui.operations
ui.tools.search ui.tools.workspace editors vocabs.loader
kernel sequences prettyprint tools.test strings
kernel sequences prettyprint tools.test tools.vocabs strings
unicode.categories unicode.case ;
IN: help.tutorial