Variable: bibtex-autokey-names

bibtex-autokey-names is a customizable variable defined in bibtex.el.gz.

Value

1

Documentation

Number of names to use for the automatically generated reference key.

Possibly more names are used according to bibtex-autokey-names-stretch. If this variable is nil, all names are used. See bibtex-generate-autokey for details.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-names 1
  "Number of names to use for the automatically generated reference key.
Possibly more names are used according to `bibtex-autokey-names-stretch'.
If this variable is nil, all names are used.
See `bibtex-generate-autokey' for details."
  :group 'bibtex-autokey
  :type '(choice (const :tag "All" infty)
                 integer))