Variable: bibtex-entry-ask-for-key

bibtex-entry-ask-for-key is a customizable variable defined in bibtex.el.gz.

Value

t

Documentation

If non-nil, bibtex-entry asks for a key.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-entry-ask-for-key t
  "If non-nil, `bibtex-entry' asks for a key."
  :group 'bibtex
  :version "31.1"
  :type 'boolean)