Fix documentation typo

darcs
slava 2006-06-27 07:39:41 +00:00
parent f47986dcff
commit 36f0b9396a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $parsing-note ;
HELP: string-mode f
{ $description
"Variable toggling strong mode. In string mode, the parser does not look up words, and instead just appends strings to the parse tree as they are read."
"Variable toggling string mode. In string mode, the parser does not look up words, and instead just appends strings to the parse tree as they are read."
$terpri
"Since no parsing words are invoked in string mode, there is a special case that ends it; if the token " { $snippet ";" } " is read, string mode is switched off and the " { $link POSTPONE: ; } " parsing word is called."
} ;