From 058de21b0e38e7202b15a3f980cbda9daf96f0df Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Tue, 26 Jan 2010 23:45:50 +0100 Subject: [PATCH] CG: thinko on the argument of @translationof Thanks to Yoshiki Sawada. --- Documentation/contributor/doc-work.itexi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/contributor/doc-work.itexi b/Documentation/contributor/doc-work.itexi index 83f11922af..968715627e 100644 --- a/Documentation/contributor/doc-work.itexi +++ b/Documentation/contributor/doc-work.itexi @@ -1326,14 +1326,13 @@ should at least write the node definition (that is, the @code{@@node @@@var{section_commmand} @@translationof} trio mentioned above) in the expected source file and define all its parent nodes; for each node you have defined this way but have not translated, insert a line that -contains @code{@@untranslated} and append @code{ @@c external} to the -line that contains @code{@@translationof}. That is, you should end up +contains @code{@@untranslated}. That is, you should end up for each untranslated node with something like @example @@node @var{translation of Foo bar} @@@var{section_command} @var{translation of Bar baz} -@@translationof Foo bar @@c external +@@translationof Foo bar @@untranslated @end example -- 2.39.2