From c0e99e738e141cfdddf37a72d6eedef7dcbdf72c Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 14 Jul 2009 11:43:11 -0500 Subject: [PATCH] fix inaccuracy in tools.annotations docs --- basis/tools/annotations/annotations-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/annotations/annotations-docs.factor b/basis/tools/annotations/annotations-docs.factor index 8d73d85fb5..07ad79f867 100644 --- a/basis/tools/annotations/annotations-docs.factor +++ b/basis/tools/annotations/annotations-docs.factor @@ -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 } "." } ;