Variable: reftex-citation-prompt

reftex-citation-prompt is a variable defined in reftex-cite.el.gz.

Value

"Select: [n]ext [p]revious [r]estrict [ ]full_entry [q]uit RET [?]Help+more"

Documentation

Prompt and help string for citation selection.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-cite.el.gz
(defconst reftex-citation-prompt
  "Select: [n]ext [p]revious [r]estrict [ ]full_entry [q]uit RET [?]Help+more"
  "Prompt and help string for citation selection.")