Function: pr-customize

pr-customize is an autoloaded, interactive and byte-compiled function defined in printing.el.gz.

Signature

(pr-customize &rest IGNORE)

Documentation

Customization of the printing group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
;;;###autoload
(defun pr-customize (&rest _ignore)
  "Customization of the `printing' group."
  (interactive)
  (customize-group 'printing))