Function: pr-show-pr-setup

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

Signature

(pr-show-pr-setup &rest IGNORE)

Documentation

Show current printing settings.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
;;;###autoload
(defun pr-show-pr-setup (&rest _ignore)
  "Show current printing settings."
  (interactive)
  (pr-show-setup (pr-setup) "*PR Setup*"))