Variable: sc-recite-frame-alist

sc-recite-frame-alist is a customizable variable defined in supercite.el.gz.

Value

nil

Documentation

Alist for frame selection during reciting.

See the variable sc-cite-frame-alist for details.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-recite-frame-alist '()
  "Alist for frame selection during reciting.
See the variable `sc-cite-frame-alist' for details."
  :type '(repeat (list symbol (repeat (cons regexp
					    (choice (repeat (repeat sexp))
						    symbol)))))
  :risky t
  :group 'supercite-frames)