Variable: ps-print-upside-down

ps-print-upside-down is a customizable variable defined in ps-print.el.gz.

Value

nil

Documentation

Non-nil means print upside-down (that is, rotated by 180 degrees).

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

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-print-upside-down nil
  "Non-nil means print upside-down (that is, rotated by 180 degrees)."
  :type 'boolean
  :version "21.1"
  :group 'ps-print-page)