help.markup: made $nl less promiscuous with its newlines

db4
Keith Lazuka 2009-09-21 15:41:04 -04:00
parent f9bb7edf3d
commit c4419ba4a3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ ALIAS: $slot $snippet
] ($span) ; ] ($span) ;
: $nl ( children -- ) : $nl ( children -- )
nl nl drop ; nl last-block? [ nl ] unless drop ;
! Some blocks ! Some blocks
: ($heading) ( children quot -- ) : ($heading) ( children quot -- )