command-line-docs: fix wording

char-rename
Alexander Iljin 2016-12-08 15:40:15 +03:00 committed by John Benediktsson
parent 9836dd7734
commit d5c555462b
1 changed files with 1 additions and 1 deletions

View File

@ -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"