reftex-plug-into-AUCTeX

reftex-plug-into-AUCTeX is a variable defined in `reftex-vars.el'.
Its value is
nil


Documentation:
Plug-in flags for AUCTeX interface.
This variable is a list of 5 boolean flags. When a flag is non-nil,
RefTeX will

- supply labels in new sections and environments (flag 1)
- supply arguments for macros like `\label'. (flag 2)
- supply arguments for macros like `\ref'. (flag 3)
- supply arguments for macros like `\cite'. (flag 4)
- supply arguments for macros like `\index'. (flag 5)

You may also set the variable itself to t or nil in order to turn all
plug-ins on or off, respectively.

Uses keymap `LaTeX-mode-map', which is not currently defined.
Supplying labels in new sections and environments applies when creating
sections with M-x LaTeX-section and environments with M-x LaTeX-environment.
Supplying macro arguments applies when you insert such a macro interactively
with M-x TeX-insert-macro.
See the AUCTeX documentation for more information.
RefTeX uses `fset' to take over the function calls. Changing the variable
may require a restart of Emacs in order to become effective.

You can customize this variable.