From: Bruno Haible Date: Wed, 17 Sep 2003 14:14:22 +0000 (+0000) Subject: Don't mention $"..." bash shorthand any more. X-Git-Tag: v0.13~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b800ac7dca4163e9f83a647e38409d66a5822fe9;p=thirdparty%2Fgettext.git Don't mention $"..." bash shorthand any more. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 207da1108..1eab41d41 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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