Variable: ps-header-pad

ps-header-pad is a variable defined in ps-print.el.gz.

Value

0

Documentation

Vertical and horizontal space between the header frame and the text.

This is in units of points (1/72 inch).

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
;; These values determine how much print-height to deduct when headers/footers
;; are turned on.  This is a pretty clumsy way of handling it, but it'll do for
;; now.

(defvar ps-header-pad 0
  "Vertical and horizontal space between the header frame and the text.
This is in units of points (1/72 inch).")