From fe9ceffad589bd6ad80d4b29fc80b1025b868dd6 Mon Sep 17 00:00:00 2001 From: Sankaranarayanan Viswanathan Date: Thu, 6 Oct 2016 22:45:11 -0400 Subject: [PATCH] tools.walker: Improve docs for breakpoint words --- basis/tools/walker/walker-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/tools/walker/walker-docs.factor b/basis/tools/walker/walker-docs.factor index d47a858bf3..bcf287f820 100644 --- a/basis/tools/walker/walker-docs.factor +++ b/basis/tools/walker/walker-docs.factor @@ -1,9 +1,9 @@ IN: tools.walker -USING: help.syntax help.markup tools.continuations sequences math words ; +USING: help.syntax help.markup tools.annotations tools.continuations sequences math words ; HELP: breakpoint { $values { "word" word } } -{ $description "Annotates a word definition to enter the single stepper when executed." } +{ $description "Annotates a word definition to enter the single stepper when executed. Use " { $link reset } " to clear." } { $examples { $unchecked-example "USE: tools.walker \\ sq breakpoint" "" @@ -12,7 +12,7 @@ HELP: breakpoint HELP: breakpoint-if { $values { "word" word } { "quot" { $quotation ( -- ? ) } } } -{ $description "Annotates a word definition to enter the single stepper if the quotation yields true. The quotation has access to the datastack as it exists just before " { $snippet "word" } " is called." } +{ $description "Annotates a word definition to enter the single stepper if the quotation yields true. The quotation has access to the datastack as it exists just before " { $snippet "word" } " is called. Use " { $link reset } " to clear." } { $examples "Break if the input to sq is 3:" { $unchecked-example