Variable: bibtex-autokey-titlewords-stretch
bibtex-autokey-titlewords-stretch is a customizable variable defined
in bibtex.el.gz.
Value
2
Documentation
Number of words that can additionally be used from the title.
These words are used only, if a sentence from the title can be ended then.
See bibtex-generate-autokey for details.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-titlewords-stretch 2
"Number of words that can additionally be used from the title.
These words are used only, if a sentence from the title can be ended then.
See `bibtex-generate-autokey' for details."
:group 'bibtex-autokey
:type 'integer)