Hi,
It's not very important, but I just noticed that the page:
http://xapian.org/docs/queryparser.html
uses monospace font from the paragraph about "Phrase searches" until
the
end of the document (there's a missing </code>).
It's not visible under FF, but it is with IE and Chrome...
Cheers,
Index: queryparser.html
==================================================================---
queryparser.html    (revision 12364)
+++ queryparser.html    (working copy)
@@ -64,7 +64,7 @@
 appear in the same order as in the query.  So <code>one ADJ two ADJ
 three</code> matches documents containing those three words in that order
 and within 10 words of each other.  You can set the threshold to
<i>n</i>
-by using <code>ADJ/<i>n</i> like so: <code>one ADJ/6
two</code>.
+by using <code>ADJ/<i>n</i></code> like so:
<code>one ADJ/6 two</code>.
 
 <H3>Phrase searches</H3>
 
-- 
Daniel M?nard