bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] quotearg: fix Wikipedia link


From: bonzini
Subject: [PATCH 1/3] quotearg: fix Wikipedia link
Date: Tue, 20 Dec 2011 09:57:55 +0100

From: Paolo Bonzini <address@hidden>

* lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia.
---
 lib/quotearg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/quotearg.c b/lib/quotearg.c
index 03fbfe7..fdcb8da 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
-               <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
+               
<http://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
                and use glyphs suitable for your language.  */
             left_quote = gettext_quote (N_("`"), quoting_style);
             right_quote = gettext_quote (N_("'"), quoting_style);
-- 
1.7.7.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]