Function: sc-header-author-writes
sc-header-author-writes is a byte-compiled function defined in
supercite.el.gz.
Signature
(sc-header-author-writes)
Documentation
<sc-author> writes:
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-header-author-writes ()
"<sc-author> writes:"
(let ((sc-mumble "")
(whofrom (sc-whofrom)))
(if whofrom
(insert sc-reference-tag-string
(sc-hdr "" (sc-mail-field "sc-author"))
" writes:\n"))))