diff --git a/developer/topics/forms_api_reference.html b/developer/topics/forms_api_reference.html
index dd477b4..2115e57 100644
--- a/developer/topics/forms_api_reference.html
+++ b/developer/topics/forms_api_reference.html
@@ -3965,14 +3965,16 @@ $form</span><span class="g-txt">[</span><span class="r-txt">'choice'</span><span
 and forms.</p>
 
 <p><strong>Description</strong>: Theme
-function to call for element. It
+functions to call for element. They
 must render this element and all of its child elements.</p>
 
-<p><strong>Values</strong>: The name of a theme function, without the initial 'theme_'.</p>
+<p><strong>Values</strong>: An array with the names of theme functions, without the initial 'theme_'.</p>
 
 <p><strong>Usage example</strong> (<a href="http://api.drupal.org/api/file/modules/node/node.module">node.module</a>):</p>
 
-<div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$data</span><span style="color: #007700">[</span><span style="color: #DD0000">'actions'</span><span style="color: #007700">][</span><span style="color: #DD0000">'output'</span><span style="color: #007700">][] = array(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="color: #DD0000">'#theme' </span><span style="color: #007700">=&gt; </span><span style="color: #DD0000">'menu_local_action'</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="color: #DD0000">'#link' </span><span style="color: #007700">=&gt; </span><span style="color: #0000BB">$item</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
+<div class="codeblock"><code><span style="color: #000000">
+<span style="color: #0000BB">&lt;?php<br />$data</span><span style="color: #007700">[</span><span style="color: #DD0000">'actions'</span><span style="color: #007700">][</span><span style="color: #DD0000">'output'</span><span style="color: #007700">][]&nbsp;=&nbsp;array(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'#theme'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;array(</span><span style="color: #DD0000">'menu_local_action'</span><span style="color: #007700">),<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'#link'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">$item</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br /></span><span style="color: #0000BB">?&gt;</span>
+</span></code></div>
 
 <h3><a name="theme_wrappers" id="theme_wrappers">#theme_wrappers</a></h3>
 
