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