parse-tokens had two $notes sections. oops!

db4
Joe Groff 2010-03-01 11:50:16 -08:00
parent 51541bb35b
commit 2c5deba1d1
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ $parsing-note ;
HELP: parse-tokens
{ $values { "end" string } { "seq" "a new sequence of strings" } }
{ $description "Reads a sequence of tokens until the first occurrence of " { $snippet "end" } ". The tokens remain as strings and are not processed in any way." }
{ $notes "This word is equivalent to " { $link map-tokens } " with an empty quotation." }
{ $description "Reads a sequence of tokens until the first occurrence of " { $snippet "end" } ". The tokens remain as strings and are not processed in any way. This word is equivalent to " { $link map-tokens } " with an empty quotation." }
$parsing-note ;
HELP: unexpected