Variable: handwrite-numlines

handwrite-numlines is a customizable variable defined in handwrite.el.gz.

Value

60

Documentation

The number of lines on a page of the PostScript output from handwrite.

Source Code

;; Defined in /usr/src/emacs/lisp/play/handwrite.el.gz
;; User definable variables

(defcustom handwrite-numlines 60
  "The number of lines on a page of the PostScript output from `handwrite'."
  :type 'integer)