From 189b54998d0324de6ce08b11b78110938742098d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 22 Feb 2020 19:49:41 -0800 Subject: [PATCH] Revert "help.markup: separate examples using newlines." This reverts commit 76fcbdc690ac77f60831f25656d8b0cc0d328f37. --- basis/help/markup/markup.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index ec277de319..590398cb2d 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -121,7 +121,7 @@ M: f print-element drop ; "Generic word contract" $heading print-element ; : $examples ( element -- ) - "Examples" $heading [ f $nl ] [ print-element ] interleave ; + "Examples" $heading print-element ; : $example ( element -- ) unclip-last [ "\n" join ] dip over [