]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: thinko on the argument of @translationof
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 26 Jan 2010 22:45:50 +0000 (23:45 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 26 Jan 2010 22:45:50 +0000 (23:45 +0100)
Thanks to Yoshiki Sawada.

Documentation/contributor/doc-work.itexi

index 83f11922af723db49bfe23ee12d8fe3c6a38b6cc..968715627e4dae78e542ebb7d9af68b8ac5f4523 100644 (file)
@@ -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