tools.annotations: doc addition

db4
Slava Pestov 2009-07-28 06:49:03 -05:00
parent a4cb242396
commit 7c5e2f2933
1 changed files with 3 additions and 0 deletions

View File

@ -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." } ;