From 7c5e2f2933524920e39400fcfa9564e72fcda8c7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 28 Jul 2009 06:49:03 -0500 Subject: [PATCH] tools.annotations: doc addition --- basis/tools/annotations/annotations-docs.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basis/tools/annotations/annotations-docs.factor b/basis/tools/annotations/annotations-docs.factor index 07ad79f867..ba6572c202 100644 --- a/basis/tools/annotations/annotations-docs.factor +++ b/basis/tools/annotations/annotations-docs.factor @@ -60,3 +60,6 @@ HELP: reset-word-timing HELP: word-timing. { $description "Prints the word timing table." } ; + +HELP: cannot-annotate-twice +{ $error-description "Thrown when attempting to annotate a word that's already been annotated. If a word already has an annotation such as a watch or a breakpoint, you must first " { $link reset } " the word before adding another annotation." } ; \ No newline at end of file