Function: sc-T-describe

sc-T-describe is an interactive and byte-compiled function defined in supercite.el.gz.

Signature

(sc-T-describe)

Documentation

Supercite provides a number of key bindings which simplify the process of setting or toggling certain variables controlling its operation.

Note on function names in this list: all functions of the form sc-S-<name> actually call sc-set-variable on the corresponding sc-<name> variable. All functions of the form sc-T-<name> call sc-toggle-var on the corresponding sc-<name>-p variable.

? sc-T-describe
N sc-S-mail-header-nuke-list
a sc-S-preferred-attribution-list
b sc-T-mail-nuke-blank-lines
c sc-T-confirm-always
d sc-T-downcase
e sc-T-electric-references
f sc-T-auto-fill-region
h sc-T-describe
l sc-S-cite-region-limit
n sc-S-mail-nuke-mail-headers
o sc-T-electric-circular
p sc-S-preferred-header-style
s sc-T-nested-citation
u sc-T-use-only-preferences
w sc-T-fixup-whitespace

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-T-describe ()
  "

Supercite provides a number of key bindings which simplify the process
of setting or toggling certain variables controlling its operation.

Note on function names in this list: all functions of the form
`sc-S-<name>' actually call `sc-set-variable' on the corresponding
`sc-<name>' variable.  All functions of the form `sc-T-<name>' call
`sc-toggle-var' on the corresponding `sc-<name>-p' variable.

\\{sc-T-keymap}"
  (interactive)
  (describe-function 'sc-T-describe))