From: Reinhold Kainhofer Date: Tue, 8 Apr 2008 15:35:15 +0000 (+0200) Subject: texi2html: Oops, should have been @subsection, not @subsec X-Git-Tag: release/2.11.58-1~32^2~150 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cbb36df4508f49cb805c2099b83017fea16af3e2;p=lilypond.git texi2html: Oops, should have been @subsection, not @subsec --- diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 0001079c7e..1931363e42 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -61,7 +61,7 @@ (0 . "@top") (1 . "@chapter") (2 . "@section") - (3 . "@subsec") + (3 . "@subsection") (4 . "@unnumberedsubsubsec") (5 . "@unnumberedsubsubsec")))))