Function: wdired-customize

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

Signature

(wdired-customize)

Documentation

Customize WDired options.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/wdired.el.gz
(defun wdired-customize ()
  "Customize WDired options."
  (interactive)
  (customize-apropos "wdired" 'groups))