]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't mention $"..." bash shorthand any more.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Sep 2003 14:14:22 +0000 (14:14 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:00 +0000 (12:11 +0200)
gettext-tools/doc/gettext.texi

index 207da1108c5c980e027bd6fb97c2d1c2a8032ad2..1eab41d416115fb34a486e6b5099de1f2a814b0b 100644 (file)
@@ -7124,9 +7124,8 @@ means the following:
 You should add to the language a syntax for translatable strings.  In
 principle, a function call of @code{gettext} would do, but a shorthand
 syntax helps keeping the legibility of internationalized programs.  For
-example, in C we use the syntax @code{_("string")}, in bash we use the
-syntax @code{$"string"}, and in GNU awk we use the shorthand
-@code{_"string"}.
+example, in C we use the syntax @code{_("string")}, and in GNU awk we use
+the shorthand @code{_"string"}.
 
 @item
 You should arrange that evaluation of such a translatable string at