From 713eea569ea3678e6f1dd91c4e5a3dc476540f9e Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 16 Oct 2009 12:10:39 -0500 Subject: [PATCH] parser: clarify docs --- core/parser/parser-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser/parser-docs.factor b/core/parser/parser-docs.factor index edaeb21a4c..444eec8b63 100644 --- a/core/parser/parser-docs.factor +++ b/core/parser/parser-docs.factor @@ -142,7 +142,7 @@ HELP: no-word HELP: scan-word { $values { "word/number/f" "a word, number or " { $link f } } } -{ $description "Reads the next token from parser input. If the token is a valid number literal, it is converted to a number, otherwise the dictionary is searched for a word named by the token. Outputs " { $link f } " if the end of the input has been reached." } +{ $description "Reads the next token from parser input. If the token is a valid number literal, it is converted to a number, otherwise the vocabulary search path is searched for a word named by the token. Outputs " { $link f } " if the end of the input has been reached." } { $errors "Throws an error if the token does not name a word, and does not parse as a number." } $parsing-note ;