]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/programming-interface.itely (Markup
authormatsb <matsb>
Wed, 3 Aug 2005 09:39:48 +0000 (09:39 +0000)
committermatsb <matsb>
Wed, 3 Aug 2005 09:39:48 +0000 (09:39 +0000)
construction in Scheme): Corrected markup syntax in the
translation table.

ChangeLog
Documentation/user/programming-interface.itely

index ecd3593f43307e547f4d4287923367b48201918f..9006778014083cffba67bd52018ef6368903618d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/programming-interface.itely (Markup
+       construction in Scheme): Corrected markup syntax in the
+       translation table.
+
 2005-08-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION (PACKAGE_NAME): release 2.6.2
index c2ad9f13efe06561d34566359b0e8204c6c7c35e..ace314a1e0404089c7c72da57bd7e3ef09a5582c 100644 (file)
@@ -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