Variable: reftex-display-copied-context-hook

reftex-display-copied-context-hook is a customizable variable defined in reftex-vars.el.gz.

Value

nil

Documentation

Normal hook which is run before context is displayed anywhere.

Designed for X-Symbol, but may have other uses as well.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-display-copied-context-hook nil
  "Normal hook which is run before context is displayed anywhere.
Designed for X-Symbol, but may have other uses as well."
  :group 'reftex-viewing-cross-references
  :group 'reftex-referencing-labels
  :type 'hook)