Index: includes/menu.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/menu.inc,v
retrieving revision 1.285
diff -u -p -r1.285 menu.inc
--- includes/menu.inc	25 Aug 2008 07:50:51 -0000	1.285
+++ includes/menu.inc	31 Aug 2008 09:30:50 -0000
@@ -1880,6 +1880,9 @@ function _menu_delete_item($item, $force
  *   - mlid        Set to an existing value, or 0 or NULL to insert a new link.
  *   - plid        The mlid of the parent.
  *   - router_path The path of the relevant router item.
+ * @return
+ *   The mlid of the saved menu link, or FALSE if the menu link could not be 
+ *   saved.
  */
 function menu_link_save(&$item) {
   $menu = menu_router_build();
