Index: taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.527
diff -u -r1.527 taxonomy.module
--- taxonomy.module	19 Oct 2009 18:28:16 -0000	1.527
+++ taxonomy.module	20 Oct 2009 05:57:17 -0000
@@ -571,9 +571,10 @@
 
 /**
  * Return an array of all vocabulary objects.
- *
- * @param $type
- *   If set, return only those vocabularies associated with this node type.
+ * 
+ * @return array 
+ *   Array of vocabulary objects
+ *   object('vid', 'name', 'machine_name', 'description', 'relations', 'hierarchy', 'module', 'weight');
  */
 function taxonomy_get_vocabularies() {
   return taxonomy_vocabulary_load_multiple(FALSE, array());

