]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/see/see-docs.factor
Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word...
[factor.git] / basis / see / see-docs.factor
index b2e99843c7ca230e641f456a2e745699382d01a7..2423950d8631b358eaedde7eeee163e775f936a9 100644 (file)
@@ -25,7 +25,7 @@ HELP: see-methods
 { $contract "Prettyprints the methods defined on a generic word or class." } ;
 
 HELP: definer
-{ $values { "defspec" "a definition specifier" } { "start" word } { "end" "a word or " { $link f } } }
+{ $values { "defspec" "a definition specifier" } { "start" word } { "end" { $maybe word } } }
 { $contract "Outputs the parsing words which delimit the definition." }
 { $examples
     { $example "USING: definitions prettyprint ;"