Function: pr-toggle-tumble
pr-toggle-tumble is an autoloaded, interactive and byte-compiled
function defined in printing.el.gz.
Signature
(pr-toggle-tumble)
Documentation
Toggle tumble.
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-tumble ()
"Toggle tumble.
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-tumble-menu t))