Variable: bibtex-autokey-title-terminators
bibtex-autokey-title-terminators is a customizable variable defined in
bibtex.el.gz.
Value
"[.!?:;]\\|--"
Documentation
Regexp defining the termination of the main part of the title.
Case of the regexps is ignored. See bibtex-generate-autokey for details.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-title-terminators "[.!?:;]\\|--"
"Regexp defining the termination of the main part of the title.
Case of the regexps is ignored. See `bibtex-generate-autokey' for details."
:group 'bibtex-autokey
:type 'regexp)