Variable: sc-pre-cite-hook

sc-pre-cite-hook is a customizable variable defined in supercite.el.gz.

Value

nil

Documentation

Hook to run before citing a region of text.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-pre-cite-hook nil
  "Hook to run before citing a region of text."
  :type 'hook
  :group 'supercite-cite
  :group 'supercite-hooks)