From cacad9e8e34b4e8caac6bc8863a78734e08d9ee8 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sun, 18 Dec 2011 15:31:23 +0100 Subject: [PATCH] quotearg: fix Wikipedia link * lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia. --- lib/quotearg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0