Variable: sc-use-only-preference-p

sc-use-only-preference-p is a customizable variable defined in supercite.el.gz.

Value

nil

Documentation

Controls what happens when the preferred attribution cannot be found.

If non-nil, then sc-default-attribution will be used. If nil, then some secondary scheme will be employed to find a suitable attribution string.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-use-only-preference-p nil
  "Controls what happens when the preferred attribution cannot be found.
If non-nil, then `sc-default-attribution' will be used.  If nil, then
some secondary scheme will be employed to find a suitable attribution
string."
  :type 'boolean
  :group 'supercite-attr)