Variable: ps-n-up-border-p

ps-n-up-border-p is a customizable variable defined in ps-print.el.gz.

Value

t

Documentation

Non-nil means a border is drawn around each page.

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-n-up-border-p t
  "Non-nil means a border is drawn around each page."
  :type 'boolean
  :version "20"
  :group 'ps-print-n-up)