Variable: bibtex-autokey-expand-strings
bibtex-autokey-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.
See bibtex-generate-autokey for details.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-expand-strings nil
"If non-nil, expand strings when extracting the content of a BibTeX field.
See `bibtex-generate-autokey' for details."
:group 'bibtex-autokey
:type 'boolean)