]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/topics/topics.factor
basis: ERROR: changes.
[factor.git] / basis / help / topics / topics.factor
index 995fcbca5205e52f903e7ac29c3e1e221f0e201c..3f80275fc576952de28a5bec1cf3831592a3b401 100644 (file)
@@ -63,7 +63,7 @@ M: no-article summary
     drop "Help article does not exist" ;
 
 : lookup-article ( name -- article )
-    articles get ?at [ no-article ] unless ;
+    articles get ?at [ throw-no-article ] unless ;
 
 M: object valid-article? articles get key? ;
 M: object article-title lookup-article article-title ;