From 430446b47615ed3eaa3521d919d9655343eb452a Mon Sep 17 00:00:00 2001
From: Mats Bengtsson <mats.bengtsson@s3.kth.se>
Date: Wed, 3 Aug 2005 09:39:48 +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 ecd3593f43..9006778014 100644
--- 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
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