From 5d1dbeeaf67de3302c6ddcc5422271820aa81145 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 13 Mar 2008 03:45:34 -0500 Subject: [PATCH] Help updates --- extra/help/markup/markup.factor | 3 ++- extra/help/tutorial/tutorial.factor | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/help/markup/markup.factor b/extra/help/markup/markup.factor index d81e9cd81e..710671857e 100755 --- a/extra/help/markup/markup.factor +++ b/extra/help/markup/markup.factor @@ -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 [ diff --git a/extra/help/tutorial/tutorial.factor b/extra/help/tutorial/tutorial.factor index f6b1faf385..f01840d927 100755 --- a/extra/help/tutorial/tutorial.factor +++ b/extra/help/tutorial/tutorial.factor @@ -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