]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/help.factor
kernel: Retire $complex-shuffle
[factor.git] / basis / help / help.factor
index 29a372aab13896aac877629e371fc64f0bb6b69c..968efcc4a6108835d38cba368765cdd601a18c3c 100644 (file)
@@ -24,7 +24,7 @@ GENERIC: word-help* ( word -- content )
     ] when* ;
 
 : fix-shuffle ( content word -- content' word )
-    over [ { $shuffle $complex-shuffle } member? ] find drop [
+    over [ \ $shuffle = ] find drop [
         '[ _ cut unclip ] dip [
             stack-effect 2array 1array glue
         ] keep