Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 17355)
+++ wp-includes/taxonomy.php	(working copy)
@@ -2813,9 +2813,9 @@
  * @uses apply_filters() For the post_tag Taxonomy, Calls 'tag_link' with tag link and tag ID as parameters.
  * @uses apply_filters() For the category Taxonomy, Calls 'category_link' filter on category link and category ID.
  *
- * @param object|int|string $term
- * @param string $taxonomy (optional if $term is object)
- * @return string|WP_Error HTML link to taxonomy term archive on success, WP_Error if term does not exist.
+ * @param object|int|string $term Term object, term_id or slug.
+ * @param string $taxonomy Optional if $term is object.
+ * @return string|WP_Error URL to taxonomy term archive on success, WP_Error if term not found.
  */
 function get_term_link( $term, $taxonomy = '') {
 	global $wp_rewrite;
