Function: sc-toggle-fn

sc-toggle-fn is an interactive and byte-compiled function defined in supercite.el.gz.

Signature

(sc-toggle-fn)

Documentation

Toggle between attribution selection and citation selection.

Only used during confirmation.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-toggle-fn ()
  "Toggle between attribution selection and citation selection.
Only used during confirmation."
  (interactive)
  (setq sc-attrib-or-cite (not sc-attrib-or-cite))
  (throw 'sc-reconfirm t))