Variable: reftex-select-bib-mode-abbrev-table
reftex-select-bib-mode-abbrev-table is a variable defined in
reftex-sel.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for reftex-select-bib-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
;;;###autoload
(define-derived-mode reftex-select-bib-mode special-mode "BSelect"
"Major mode for selecting a citation key in a LaTeX document.
This buffer was created with RefTeX.
It only has a meaningful keymap when you are in the middle of a
selection process.
In order to select a citation, move the cursor to it and press RET.
Press `?' for a summary of important key bindings.
During a selection process, these are the local bindings.
\\{reftex-select-label-mode-map}"
(setq-local reftex-select-marked nil)
;; We do not set a local map - reftex-select-item does this.
)