Variable: bibtex-no-opt-remove-re

bibtex-no-opt-remove-re is a customizable variable defined in bibtex.el.gz.

Value

"\\`option"

Documentation

If a field name matches this regexp, the prefix OPT is not removed.

If nil prefix OPT is always removed.

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

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-no-opt-remove-re "\\`option"
  "If a field name matches this regexp, the prefix OPT is not removed.
If nil prefix OPT is always removed."
  :group 'bibtex
  :version "24.1"
  :type '(choice (regexp) (const nil)))