How to obtain the link/URL to the feed of a custom taxonomy?

Oops… just found how, by reading the source:

get_term_feed_link( $my_custom_taxonomy_term->term_id, 'my_custom_taxonomy_name' );`

It’s just not documented in the Codex.