From d5c555462b32c49187358d7a5d12cb5a07d817e1 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Thu, 8 Dec 2016 15:40:15 +0300 Subject: [PATCH] command-line-docs: fix wording --- basis/command-line/command-line-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/command-line/command-line-docs.factor b/basis/command-line/command-line-docs.factor index 065349f747..23de15fd30 100644 --- a/basis/command-line/command-line-docs.factor +++ b/basis/command-line/command-line-docs.factor @@ -112,7 +112,7 @@ $nl ARTICLE: ".factor-roots" "Additional vocabulary roots file" "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:" +"A word to load this file from an existing Factor session:" { $subsections load-vocab-roots } ; ARTICLE: "rc-files" "Running code on startup"