From 27e2bc3f6136be2d796b1f87b694278f4c37d838 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Wed, 3 Aug 2005 08:57:35 +0000 Subject: [PATCH] * Documentation/user/programming-interface.itely (Markup construction in Scheme): Corrected markup syntax in the translation table. --- ChangeLog | 6 ++++++ Documentation/user/programming-interface.itely | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5