]> gitweb.factorcode.org Git - factor.git/commitdiff
command-line: fix typo in docs
authorSlava Pestov <slava@factorcode.org>
Fri, 2 Sep 2011 03:21:12 +0000 (20:21 -0700)
committerSlava Pestov <slava@factorcode.org>
Fri, 2 Sep 2011 03:21:12 +0000 (20:21 -0700)
basis/command-line/command-line-docs.factor

index db9a6b8e121d957642718d42296e3011de7a4833..fa99a82073d32033eec0f0bf35d1b9e209c5de3b 100644 (file)
@@ -106,7 +106,7 @@ $nl
 { $subsections run-user-init } ;
 
 ARTICLE: ".factor-roots" "Additional vocabulary roots file"
-"The vocabulary roots file is named " { $snippet ".factor-roots" } " on Windows and " { $snippet ".factor-roots" } " on Unix. If it exists, it is loaded every time Factor starts. It contains a newline-separated list of " { $link "vocabs.roots" } "."
+"The vocabulary roots file is named " { $snippet ".factor-roots" } ". If it exists, it is loaded every time Factor starts. It contains a newline-separated list of " { $link "vocabs.roots" } "."
 $nl
 "A word to run this file from an existing Factor session:"
 { $subsections load-vocab-roots } ;