]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/fuel/xref/xref.factor
assocs: Add of and ?of. Change all the things at once! Fixes #701.
[factor.git] / extra / fuel / xref / xref.factor
index eeec3b260ce1eeab0c00776be21b2fef6be2166e..a88fd230673337997655fa45dd5ebc4cfbca73bf 100644 (file)
@@ -60,7 +60,7 @@ PRIVATE>
 
 : vocab-usage-xref ( vocab -- seq ) vocab-usage [ vocab>xref ] map ;
 
-: doc-location ( word -- loc ) props>> "help-loc" swap at get-loc ;
+: doc-location ( word -- loc ) props>> "help-loc" of get-loc ;
 
 : article-location ( name -- loc ) lookup-article loc>> get-loc ;