]> gitweb.factorcode.org Git - factor.git/commitdiff
help.markup: make $complex-shuffle use $shuffle.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Jul 2019 01:10:19 +0000 (18:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Jul 2019 01:10:19 +0000 (18:10 -0700)
basis/help/markup/markup.factor

index 185d88ce180d74fdf8a1f25cfb69b16abdd2beba..bd46a4e66aaeb5838b2b3658d2c39e1482286c9a 100644 (file)
@@ -449,8 +449,7 @@ M: f ($instance) ($link) ;
     "Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern." $description ;
 
 : $complex-shuffle ( element -- )
-    drop
-    "Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern." $description
+    $shuffle
     { "The data flow represented by this shuffle word can be more clearly expressed using " { $link "locals" } "." } $deprecated ;
 
 : $low-level-note ( children -- )