Variable: bibtex-autokey-additional-names
bibtex-autokey-additional-names is a customizable variable defined in
bibtex.el.gz.
Value
""
Documentation
String to append to the generated key if not all names could be used.
See bibtex-generate-autokey for details.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-additional-names ""
"String to append to the generated key if not all names could be used.
See `bibtex-generate-autokey' for details."
:group 'bibtex-autokey
:type 'string)