using a comma in the selector

using a comma in the selector

In the following selector
$('a','#buttons')

I was under the assumption that the second item restricts the DOM searching of anchors to the #buttons div...is that not correct?