From: Paolo Bonzini Date: Sun, 18 Dec 2011 14:31:23 +0000 (+0100) Subject: quotearg: fix Wikipedia link X-Git-Tag: v0.1~1282 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cacad9e8e34b4e8caac6bc8863a78734e08d9ee8;p=gnulib.git quotearg: fix Wikipedia link * lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia. --- diff --git a/lib/quotearg.c b/lib/quotearg.c index bfdf3b1e5..60b399e5a 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -273,7 +273,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize, and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. If you don't know what to put here, please see - + and use glyphs suitable for your language. */ left_quote = gettext_quote (N_("`"), quoting_style); right_quote = gettext_quote (N_("'"), quoting_style);