Variable: sc-pre-recite-hook
sc-pre-recite-hook is a customizable variable defined in
supercite.el.gz.
Value
nil
Documentation
Hook to run before reciting a region of text.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-pre-recite-hook nil
"Hook to run before reciting a region of text."
:type 'hook
:group 'supercite-cite
:group 'supercite-hooks)