Function: rsf-customize-group

rsf-customize-group is an interactive and byte-compiled function defined in rmail-spam-filter.el.gz.

Signature

(rsf-customize-group)

Documentation

Customize the rmail-spam-filter group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail-spam-filter.el.gz
(defun rsf-customize-group ()
  "Customize the rmail-spam-filter group."
  (interactive)
  (customize-group 'rmail-spam-filter))