From 61f151adac04acc2fffab75f7564a390f6bf39d6 Mon Sep 17 00:00:00 2001
From: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
Date: Thu, 5 Jun 2014 19:49:27 +0200
Subject: Clear up highlighting of identifiers with ‘'’s.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc/haddock.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/haddock.xml b/doc/haddock.xml
index 6f9f62e6..1eaa7f02 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -1874,6 +1874,11 @@ module A where
 -- | I don't have to escape my apostrophes; great, isn't it?
 </programlisting>
 
+        <para>Nothing special is needed to hyperlink identifiers which
+        contain apostrophes themselves: to hyperlink
+        <literal>foo'</literal> one would simply type
+        <literal>'foo''</literal>.</para>
+
         <para>For compatibility with other systems, the following
         alternative form of markup is accepted<footnote><para>
         We chose not to use this as the primary markup for
-- 
cgit v1.2.3