]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/annotations/annotations-docs.factor
factor: trim using lists
[factor.git] / extra / annotations / annotations-docs.factor
index 292f181f84d8e6bdb633babf2725c1d1f950d12e..eee45528a3b8c703d0bec13b4b395a10cb7d6be0 100644 (file)
@@ -1,12 +1,12 @@
-USING: accessors arrays combinators definitions generalizations
-help help.markup help.topics kernel sequences sorting vocabs
-words combinators.smart tools.crossref ;
+USING: accessors arrays combinators combinators.smart help
+help.markup help.topics kernel sequences sorting tools.crossref
+vocabs words ;
 IN: annotations
 
 <PRIVATE
-: comment-word ( base -- word ) "!" prepend "annotations" lookup ; 
-: comment-usage-word ( base -- word ) "s" append "annotations" lookup ; 
-: comment-usage.-word ( base -- word ) "s." append "annotations" lookup ; 
+: comment-word ( base -- word ) "!" prepend "annotations" lookup-word ;
+: comment-usage-word ( base -- word ) "s" append "annotations" lookup-word ;
+: comment-usage.-word ( base -- word ) "s." append "annotations" lookup-word ;
 PRIVATE>
 
 : $annotation ( element -- )