From: matsb Date: Wed, 3 Aug 2005 08:57:35 +0000 (+0000) Subject: * Documentation/user/programming-interface.itely (Markup X-Git-Tag: release/2.6.4~17^2~159 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3bd4fa8cb86d48a806657e4a7fa02b6ffb491a1c;p=lilypond.git * Documentation/user/programming-interface.itely (Markup construction in Scheme): Corrected markup syntax in the translation table. --- diff --git a/ChangeLog b/ChangeLog index 412414c6fb..247741b276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-03 Mats Bengtsson + + * Documentation/user/programming-interface.itely (Markup + construction in Scheme): Corrected markup syntax in the + translation table. + 2005-08-03 Graham Percival * Documentation/user/instrument-notation.itely: small update diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index c2ad9f13ef..ace314a1e0 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -470,7 +470,7 @@ is this table: @item @code{\command} @tab @code{#:command} @item @code{\variable} @tab @code{variable} @item @code{@{ ... @}} @tab @code{#:line ( ... )} -@item @code{\center-align < ... >} @tab @code{#:center ( ... )} +@item @code{\center-align @{ ... @}} @tab @code{#:center-align ( ... )} @item @code{string} @tab @code{"string"} @item @code{#scheme-arg} @tab @code{scheme-arg} @end multitable