Variable: bibtex-autokey-titleword-length
bibtex-autokey-titleword-length is a customizable variable defined in
bibtex.el.gz.
Value
5
Documentation
Number of characters from title words 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-titleword-length 5
"Number of characters from title words 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))