Variable: bibtex-entry-offset
bibtex-entry-offset is a customizable variable defined in
bibtex.el.gz.
Value
0
Documentation
Offset for BibTeX entries.
Added to the value of all other variables which determine columns.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-entry-offset 0
"Offset for BibTeX entries.
Added to the value of all other variables which determine columns."
:group 'bibtex
:type 'integer
:safe #'integerp)