Variable: bib-switch-to-buffer-function
bib-switch-to-buffer-function is a customizable variable defined in
bib-cite.el.
Value
switch-to-buffer
Documentation
Function used to select buffers if they differ from the original.
You may use switch-to-buffer switch-to-buffer-other-window or
switch-to-buffer-other-frame.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-switch-to-buffer-function #'switch-to-buffer
"Function used to select buffers if they differ from the original.
You may use `switch-to-buffer' `switch-to-buffer-other-window' or
`switch-to-buffer-other-frame'."
:type '(choice (function-item switch-to-buffer)
(function-item switch-to-buffer-other-window)
(function-item switch-to-buffer-other-frame)))