fix inaccuracy in tools.annotations docs

db4
Joe Groff 2009-07-14 11:43:11 -05:00
parent 79afab82d8
commit c0e99e738e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $nl
ABOUT: "tools.annotations"
HELP: annotate
{ $values { "word" "a word" } { "quot" { $quotation "( word def -- def )" } } }
{ $values { "word" "a word" } { "quot" { $quotation "( old-def -- new-def )" } } }
{ $description "Changes a word definition to the result of applying a quotation to the old definition." }
{ $notes "This word is used to implement " { $link watch } "." } ;