diff --git a/library/prettyprint/sections.factor b/library/prettyprint/sections.factor index 20de27791c..2312a262fe 100644 --- a/library/prettyprint/sections.factor +++ b/library/prettyprint/sections.factor @@ -63,9 +63,9 @@ M: block section-fits? ( section -- ? ) : change-indent ( n -- ) tab-size get * indent [ + ] change ; -: ( block -- ) -1 change-indent ; +: indent> ( -- ) -1 change-indent ; ! Text section TUPLE: text string ;