Variable: sc-citation-delimiter

sc-citation-delimiter is a customizable variable defined in supercite.el.gz.

Value

">"

Documentation

String comprising third part of a citation.

This string is used in both nested and non-nested citations.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-citation-delimiter ">"
  "String comprising third part of a citation.
This string is used in both nested and non-nested citations."
  :type 'string
  :group 'supercite-cite)