Variable: ps-footer-line-pad

ps-footer-line-pad is a customizable variable defined in ps-print.el.gz.

Value

0.15

Documentation

Portion of a footer title line height to insert.

The insertion is done between the footer frame and the text it contains, both in the vertical and horizontal directions.

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-footer-line-pad 0.15
  "Portion of a footer title line height to insert.
The insertion is done between the footer frame and the text it contains,
both in the vertical and horizontal directions."
  :type 'number
  :version "20"
  :group 'ps-print-vertical)