Variable: bib-etags-filename

bib-etags-filename is a customizable variable defined in bib-cite.el.

Value

"TAGS"

Documentation

Variable for the filename generated by etags, by defaults this TAGS.

but you may want to change this to something like TAGSLaTeX such that it can coexist with some other tags file in your master file directory.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-etags-filename "TAGS"
   "Variable for the filename generated by etags, by defaults this TAGS.
but you may want to change this to something like TAGSLaTeX such that it can
coexist with some other tags file in your master file directory."
  :type 'string)