]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.loader: tweak docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 13 Jun 2010 22:11:39 +0000 (18:11 -0400)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 13 Jun 2010 22:12:57 +0000 (18:12 -0400)
core/vocabs/loader/loader-docs.factor

index 423abbc277b4d6159497fdea711aba54f888eaaa..d3736db9bfce8c85b143df07f67bdbecb35de5a5 100755 (executable)
@@ -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"