Variable: reftex-create-bibtex-footer

reftex-create-bibtex-footer is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Footer to insert in BibTeX files generated by RefTeX.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-create-bibtex-footer nil
  "Footer to insert in BibTeX files generated by RefTeX."
  :group 'reftex-citation-support
  :version "24.3"
  :type '(choice (const :tag "No footer" nil) string))