From 48a06554d9d1e892ce5dde451b9c7ad00260bd94 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 23 Jul 2019 18:10:19 -0700 Subject: [PATCH] help.markup: make $complex-shuffle use $shuffle. --- basis/help/markup/markup.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index 185d88ce18..bd46a4e66a 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -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 -- )