Variable: sc-default-author-name

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

Value

"Anonymous"

Documentation

String used when author's name cannot be determined.

Source Code

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