Variable: ps-print-footer

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

Value

nil

Documentation

Non-nil means print a footer at the bottom of each page.

By default, the footer displays page number. Footers are customizable by changing variables ps-left-footer and ps-right-footer.

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-footer nil
  "Non-nil means print a footer at the bottom of each page.
By default, the footer displays page number.
Footers are customizable by changing variables `ps-left-footer' and
`ps-right-footer'."
  :type 'boolean
  :version "21.1"
  :group 'ps-print-headers)