Variable: sc-default-attribution

sc-default-attribution is a customizable variable defined in supercite.el.gz.

Value

"Anon"

Documentation

String used when author's attribution cannot be determined.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-default-attribution "Anon"
  "String used when author's attribution cannot be determined."
  :type 'string
  :group 'supercite-attr)