fix inaccuracy in tools.annotations docs
parent
79afab82d8
commit
c0e99e738e
|
@ -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 } "." } ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue