Function: pr-toggle-file-tumble

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

Signature

(pr-toggle-file-tumble)

Documentation

Toggle tumble for PostScript file.

If tumble is off, produces a printing suitable for binding on the left or right. If tumble is on, produces a printing suitable for binding at the top or bottom.

Key Bindings

Source Code

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

If tumble is off, produces a printing suitable for binding on the left or
right.
If tumble is on, produces a printing suitable for binding at the top or
bottom."
  (interactive)
  (pr-toggle-file-tumble-menu t))