Function: filesets-customize

filesets-customize is an interactive and byte-compiled function defined in filesets.el.gz.

Signature

(filesets-customize)

Documentation

Customize the filesets group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/filesets.el.gz
(defun filesets-customize ()
  "Customize the filesets group."
  (interactive)
  (customize-group 'filesets))