From 71cc16df2a5a87388c31cc0d8f2495ca4689ebdc Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 13 Jun 2010 18:11:39 -0400 Subject: [PATCH] vocabs.loader: tweak docs --- core/vocabs/loader/loader-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vocabs/loader/loader-docs.factor b/core/vocabs/loader/loader-docs.factor index 423abbc277..d3736db9bf 100755 --- a/core/vocabs/loader/loader-docs.factor +++ b/core/vocabs/loader/loader-docs.factor @@ -11,7 +11,7 @@ $nl $nl "The second way is to create a configuration file. You can list additional vocabulary roots in a file that Factor reads at startup:" { $subsections "factor-roots" } -"Finally, you can add vocabulary roots dynamically using a word:" +"Finally, you can add vocabulary roots by calling a word from your " { $snippet "factor-rc" } " file (see " { $link "factor-rc" } "):" { $subsections add-vocab-root } ; ARTICLE: "vocabs.roots" "Vocabulary roots"