changeset 16244:d3bb78595bd0

quotearg: fix Wikipedia link * lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia.
author Paolo Bonzini <bonzini@gnu.org>
date Sun, 18 Dec 2011 15:31:23 +0100
parents 0acb9b939828
children 530509562116
files lib/quotearg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -273,7 +273,7 @@
                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);