Variable: bibtex-autokey-edit-before-use
bibtex-autokey-edit-before-use is a customizable variable defined in
bibtex.el.gz.
Value
t
Documentation
If non-nil, user is allowed to edit the generated key before it is used.
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-autokey-edit-before-use t
"If non-nil, user is allowed to edit the generated key before it is used."
:group 'bibtex-autokey
:type 'boolean)