Variable: reftex-pre-refontification-functions
reftex-pre-refontification-functions is a customizable variable
defined in reftex-vars.el.gz.
Value
nil
Documentation
X-Symbol specific hook.
Functions get two arguments, the buffer from where the command started and a symbol indicating in what context the hook is called.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-pre-refontification-functions nil
"X-Symbol specific hook.
Functions get two arguments, the buffer from where the command started and a
symbol indicating in what context the hook is called."
:group 'reftex-fontification-configurations
:type 'hook)