--- .svn/text-base/docs.php.svn-base	2010-08-19 11:11:11.000000000 -0300
+++ docs.php	2010-09-14 08:44:20.000000000 -0300
@@ -519,6 +519,8 @@
  */
 function hook_views_default_views_alter(&$views) {
   if (isset($views['taxonomy_term'])) {
+    // This line is necessary to initialize the display handler properly
+    // before setting options.
     $views['taxonomy_term']->set_display('default');
     $views['taxonomy_term']->display_handler->set_option('title', 'Categories');
   }
