]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/syntax/syntax.factor
basis: ERROR: changes.
[factor.git] / basis / help / syntax / syntax.factor
index 74c14e1f87acd2667f45292464dd3b4c4a6a7543..505cd6734403a7d7bb39e27eda924f24c47735f3 100644 (file)
@@ -15,7 +15,7 @@ ERROR: article-expects-name-and-title got ;
 SYNTAX: ARTICLE:
     location [
         \ ; parse-until >array
-        dup length 2 < [ article-expects-name-and-title ] when
+        dup length 2 < [ throw-article-expects-name-and-title ] when
         [ first2 ] [ 2 tail ] bi <article>
         over add-article >link
     ] dip remember-definition ;