Function: ps-print-region
ps-print-region is an autoloaded, interactive and byte-compiled
function defined in ps-print.el.gz.
Signature
(ps-print-region FROM TO &optional FILENAME)
Documentation
Generate and print a PostScript image of the region.
Like ps-print-buffer, but prints just the current region.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
;;;###autoload
(defun ps-print-region (from to &optional filename)
"Generate and print a PostScript image of the region.
Like `ps-print-buffer', but prints just the current region."
(interactive (ps-print-preprint-region current-prefix-arg))
(ps-print-without-faces from to filename t))