diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
new file mode 100644
index d11e3de..c94988a
*** a/doc/src/sgml/fdwhandler.sgml
--- b/doc/src/sgml/fdwhandler.sgml
*************** PlanForeignModify (PlannerInfo *root,
*** 354,360 ****
       <literal>resultRelation</> identifies the target foreign table by its
       rangetable index.  <literal>subplan_index</> identifies which target of
       the <structname>ModifyTable</> plan node this is, counting from zero;
!      use this if you want to index into <literal>node-&gt;plans</> or other
       substructure of the <literal>plan</> node.
      </para>
  
--- 354,360 ----
       <literal>resultRelation</> identifies the target foreign table by its
       rangetable index.  <literal>subplan_index</> identifies which target of
       the <structname>ModifyTable</> plan node this is, counting from zero;
!      use this if you want to index into <literal>plan-&gt;plans</> or other
       substructure of the <literal>plan</> node.
      </para>
  
