--- /Users/rickmanelius/Desktop/views/help/api-default-views.html	2011-04-14 17:34:08.000000000 -0600
+++ /Users/rickmanelius/Desktop/devel7/trunk/public_html/sites/all/modules/views/help/api-default-views.html	2011-08-07 17:15:23.000000000 -0600
@@ -62,9 +62,10 @@
 
 <li>The 'arguments' change based upon which of the 3 types you're overriding. There's the 'display', the 'style' and the 'row' style. The above code is assuming the display, which is usually just <em>views_view</em>. Here are the possibilities:
 
-<pre>display: array('view' => NULL),
+<pre>display: array('view_array' => array(), 'view' => NULL),
 style: array('view' => NULL, 'options' => NULL, 'rows' => NULL, 'title' => NULL),
-row style: array('view' => NULL, 'options' => NULL, 'row' => NULL),
+row: array('view' => NULL, 'options' => NULL, 'row' => NULL, 'field_alias' => NULL),
+field: array('view' => NULL, 'field' => NULL, 'row' => NULL),
 </pre>
 
 Be sure to use the right arguments line or the theme system will not properly translate.
