Function: pr-toggle-file-landscape

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

Signature

(pr-toggle-file-landscape)

Documentation

Toggle landscape for PostScript file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
;;;###autoload
(defun pr-toggle-file-landscape ()
  "Toggle landscape for PostScript file."
  (interactive)
  (pr-toggle-file-landscape-menu t))