]> gitweb.factorcode.org Git - factor.git/commitdiff
help.lint: Rename help-lint-error.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 00:06:15 +0000 (17:06 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 00:06:37 +0000 (17:06 -0700)
basis/help/lint/lint.factor

index 73decf2d7416febc17c5566d9e0c0806d14817b6..fb5ed8a5f0efcb725db8560a2c46f8cf50bcec18 100644 (file)
@@ -34,7 +34,7 @@ M: help-lint-error error-type drop +help-lint-failure+ ;
 
 PRIVATE>
 
-: help-lint-error ( error topic -- )
+: notify-help-lint-error ( error topic -- )
     lint-failures get pick
     [ [ [ <help-lint-error> ] keep ] dip set-at ] [ delete-at drop ] if
     notify-error-observers ;
@@ -43,7 +43,7 @@ PRIVATE>
 
 :: check-something ( topic quot -- )
     [ quot call( -- ) f ] [ ] recover
-    topic help-lint-error ; inline
+    topic notify-help-lint-error ; inline
 
 : check-word ( word -- )
     [ with-file-vocabs ] vocabs-quot set