Variable: ps-manual-feed
ps-manual-feed is a customizable variable defined in ps-print.el.gz.
Value
nil
Documentation
Non-nil means the printer will manually feed paper.
If it's nil, automatic feeding takes place.
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-manual-feed nil
"Non-nil means the printer will manually feed paper.
If it's nil, automatic feeding takes place."
:type 'boolean
:version "20"
:group 'ps-print-printer)