Help updates
parent
cb2863ea5f
commit
5d1dbeeaf6
|
@ -169,7 +169,8 @@ M: f print-element drop ;
|
||||||
] if
|
] if
|
||||||
] ($subsection) ;
|
] ($subsection) ;
|
||||||
|
|
||||||
: $vocab-link ( element -- ) first dup ($vocab-link) ;
|
: $vocab-link ( element -- )
|
||||||
|
first dup vocab-name swap ($vocab-link) ;
|
||||||
|
|
||||||
: $vocabulary ( element -- )
|
: $vocabulary ( element -- )
|
||||||
first word-vocabulary [
|
first word-vocabulary [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
USING: help.markup help.syntax ui.commands ui.operations
|
USING: help.markup help.syntax ui.commands ui.operations
|
||||||
ui.tools.search ui.tools.workspace editors vocabs.loader
|
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 ;
|
unicode.categories unicode.case ;
|
||||||
IN: help.tutorial
|
IN: help.tutorial
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue