diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
new file mode 100644
index 2f307c2..bedd8ba
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
*************** SELECT ... WHERE CASE WHEN x &lt;&gt; 0 
*** 10015,10022 ****
  <programlisting>
  SELECT COALESCE(description, short_description, '(none)') ...
  </programlisting>
!    This returns <varname>description</> if it is not null, or
!    <varname>short_description</> if it is not null, or <literal>(none)</>.
    </para>
  
     <para>
--- 10015,10022 ----
  <programlisting>
  SELECT COALESCE(description, short_description, '(none)') ...
  </programlisting>
!    This returns <varname>description</> if it is not null, otherwise
!    <varname>short_description</> if it is not null, otherwise <literal>(none)</>.
    </para>
  
     <para>
