diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml
index b82a5da..1162bcf 100644
*** a/doc/src/sgml/plhandler.sgml
--- b/doc/src/sgml/plhandler.sgml
***************
*** 95,101 ****
     </para>
  
     <para>
!     This is a template for a procedural-language handler written in C:
  <programlisting>
  #include "postgres.h"
  #include "executor/spi.h"
--- 95,104 ----
     </para>
  
     <para>
!     This is a template for a procedural-language handler written in C. The
!     documentation on C-language functions found in <xref linkend="xfunc-c">
!     applies to language handlers as well as any other C functions, and may be
!     helpful to understand some portions of this code.
  <programlisting>
  #include "postgres.h"
  #include "executor/spi.h"
