diff --git a/developer/topics/forms_api_reference.html b/developer/topics/forms_api_reference.html
index dd477b4..cadedf1 100644
--- a/developer/topics/forms_api_reference.html
+++ b/developer/topics/forms_api_reference.html
@@ -3918,7 +3918,7 @@ description of this feature at <a href="http://api.drupal.org/api/function/drupa
 
 <p><strong>Used by</strong>: <a href="#button">button</a>, <a href="#image_button">image_button</a>, <a href="#submit">submit</a>, <a href="#form">form</a></p>
 
-<p><strong>Description</strong>:&nbsp; A list of custom submit functions that will be called when the element is submitted. This is usually to add additional submit functions to a form, or to use an alternate function rather than the default form validation function which is the form ID with <em>_submit</em> appended to it.</p>
+<p><strong>Description</strong>:&nbsp; A list of custom submit functions that will be called when the element is submitted. This is usually to add additional submit functions to a form, or to use an alternate function rather than the default form submission function which is the form ID with <em>_submit</em> appended to it.</p>
 <p><strong>Values</strong>: An array of function names. Each such function will take $form and $form_state as parameters.</p>
 
 <p><strong>Usage example</strong> (<a href="http://api.drupal.org/api/function/node_form/6">node_form()</a>):</p>
