Index: forms_api_reference.html
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/topics/forms_api_reference.html,v
retrieving revision 1.81.2.35
diff -u -r1.81.2.35 forms_api_reference.html
--- forms_api_reference.html	19 May 2010 16:10:46 -0000	1.81.2.35
+++ forms_api_reference.html	13 Oct 2010 23:41:29 -0000
@@ -1412,6 +1412,10 @@
   <p><strong>Values</strong>: String. Possible values: Any valid <a href="http://docs.jquery.com/Events">jQuery event</a>, including 'mousedown', 'blur', and 'change'.
   Note that #ahah['event'] does not need to be explicitly specified. Although it can be manually set, usually the <a href="#element_default_values">default value </a> will be sufficient.</p>
 
+  <h3><a name="ahah_keypress" id="ahah_keypress"></a>#ahah['keypress']</h3>
+  
+  <p><strong>Description</strong>: If set to TRUE, then the element's #ahah['event'] will be triggered if the ENTER key is pressed while the element has focus.</p>
+
   <h3><a name="ahah_method" id="ahah_method"></a>#ahah['method']</h3>
   <p><strong>Description</strong>: Modify the behavior of the returned HTML from an AHAH request when inserting into the <a href="#ahah_wrapper">#ahah_wrapper</a>. If not set, the returned HTML will replace the contents of the wrapper element, but it's also possible to use any of the available <a href="http://docs.jquery.com/DOM/Manipulation">jQuery operations for DOM manipulation</a>. </p>
   <p><strong>Values</strong>: String. Possible values: 'replace' (default), 'after', 'append', 'before', 'prepend'.</p>
