Variable: bibtex-autokey-name-length
bibtex-autokey-name-length is a customizable variable defined in
bibtex.el.gz.
Value
infty
Documentation
Number of characters from name to incorporate into key.
If this is set to anything but a number, all characters are used.
See bibtex-generate-autokey for details.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-name-length 'infty
"Number of characters from name to incorporate into key.
If this is set to anything but a number, all characters are used.
See `bibtex-generate-autokey' for details."
:group 'bibtex-autokey
:type '(choice (const :tag "All" infty)
integer))