Function: sc-cite-coerce-dumb-citer
sc-cite-coerce-dumb-citer is a byte-compiled function defined in
supercite.el.gz.
Signature
(sc-cite-coerce-dumb-citer)
Documentation
Coerce a non-nested citation that's been cited with a dumb nesting citer.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-cite-coerce-dumb-citer ()
"Coerce a non-nested citation that's been cited with a dumb nesting citer."
(delete-region (match-beginning 1) (match-end 1))
(beginning-of-line)
(sc-cite-coerce-cited-line))