Index: doc/src/sgml/textsearch.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/textsearch.sgml,v
retrieving revision 1.40
diff -c -c -r1.40 textsearch.sgml
*** doc/src/sgml/textsearch.sgml	13 Dec 2007 06:32:47 -0000	1.40
--- doc/src/sgml/textsearch.sgml	4 Mar 2008 02:55:17 -0000
***************
*** 1102,1108 ****
      For example:
  
  <programlisting>
! SELECT ts_headline('The most common type of search
  is to find all documents containing given query terms 
  and return them in order of their similarity to the
  query.', to_tsquery('query &amp; similarity'));
--- 1102,1108 ----
      For example:
  
  <programlisting>
! SELECT ts_headline('english', 'The most common type of search
  is to find all documents containing given query terms 
  and return them in order of their similarity to the
  query.', to_tsquery('query &amp; similarity'));
***************
*** 1112,1118 ****
   and return them in order of their &lt;b&gt;similarity&lt;/b&gt; to the
   &lt;b&gt;query&lt;/b&gt;.
  
! SELECT ts_headline('The most common type of search
  is to find all documents containing given query terms
  and return them in order of their similarity to the
  query.',
--- 1112,1118 ----
   and return them in order of their &lt;b&gt;similarity&lt;/b&gt; to the
   &lt;b&gt;query&lt;/b&gt;.
  
! SELECT ts_headline('english', 'The most common type of search
  is to find all documents containing given query terms
  and return them in order of their similarity to the
  query.',
