Function: customize-group-other-window

customize-group-other-window is an autoloaded, interactive and byte-compiled function defined in cus-edit.el.gz.

Signature

(customize-group-other-window &optional GROUP)

Documentation

Customize GROUP, which must be a customization group, in another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;;###autoload
(defun customize-group-other-window (&optional group)
  "Customize GROUP, which must be a customization group, in another window."
  (interactive (list (customize-read-group)))
  (customize-group group t))