# HG changeset patch # User Paolo Bonzini # Date 1324218683 -3600 # Node ID d3bb78595bd04df7376f1a19b8adbf8a1d77d354 # Parent 0acb9b93982886eb1979874ab4094a81ba39e81a quotearg: fix Wikipedia link * lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia. diff --git a/lib/quotearg.c b/lib/quotearg.c --- 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 - + and use glyphs suitable for your language. */ left_quote = gettext_quote (N_("`"), quoting_style); right_quote = gettext_quote (N_("'"), quoting_style);