Function: pr-toggle-region
pr-toggle-region is an autoloaded, interactive and byte-compiled
function defined in printing.el.gz.
Signature
(pr-toggle-region)
Documentation
Toggle whether the region is automagically detected.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
;;;###autoload
(defun pr-toggle-region ()
"Toggle whether the region is automagically detected."
(interactive)
(pr-toggle-region-menu t))