Function: pr-show-lpr-setup

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

Signature

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

Documentation

Show current lpr settings.

Key Bindings

Source Code

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