find-tag-noselect

find-tag-noselect is an interactive autoloaded compiled Lisp function in `etags.el'.


(find-tag-noselect TAGNAME &optional NEXT-P REGEXP-P)

Find tag (in current tags table) whose name contains TAGNAME.
Returns the buffer containing the tag's definition and moves its point there,
but does not select the buffer.
The default for TAGNAME is the expression in the buffer near point.

If second arg NEXT-P is t (interactively, with prefix arg), search for
another tag that matches the last tagname or regexp used. When there are
multiple matches for a tag, more exact matches are found first. If NEXT-P
is the atom `-' (interactively, with prefix arg that is a negative number
or just M--), pop back to the previous tag gone to.

If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.

A marker representing the point when this command is invoked is pushed
onto a ring and may be popped back to with M-x pop-tag-mark.
Contrast this with the ring of marks gone to by the command.

See documentation of variable `tags-file-name'.