Variable: bibtex-expand-strings

bibtex-expand-strings is a customizable variable defined in bibtex.el.gz.

Value

nil

Documentation

If non-nil, expand strings when extracting the content of a BibTeX field.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-expand-strings nil
  "If non-nil, expand strings when extracting the content of a BibTeX field."
  :group 'bibtex
  :type 'boolean)