Variable: ps-spool-tumble

ps-spool-tumble is a customizable variable defined in ps-print.el.gz.

Value

nil

Documentation

Specify how the page images on opposite sides of a sheet are oriented.

If ps-spool-tumble is nil, produces output suitable for binding on the left or right. If ps-spool-tumble is non-nil, produces output suitable for binding at the top or bottom.

It has effect only when ps-spool-duplex is non-nil.

This variable was added, or its default value changed, in Emacs 20.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-spool-tumble nil
  "Specify how the page images on opposite sides of a sheet are oriented.
If `ps-spool-tumble' is nil, produces output suitable for binding on the left
or right.  If `ps-spool-tumble' is non-nil, produces output suitable for
binding at the top or bottom.

It has effect only when `ps-spool-duplex' is non-nil."
  :type 'boolean
  :version "20"
  :group 'ps-print-headers)