Function: pr-toggle-header-menu

pr-toggle-header-menu is an interactive and byte-compiled function defined in printing.el.gz.

Signature

(pr-toggle-header-menu &optional NO-MENU)

Documentation

Toggle whether to print a header at the top of each page.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-toggle-header-menu (&optional no-menu)
  "Toggle whether to print a header at the top of each page."
  (interactive)
  (pr-toggle 'ps-print-header "Print header"
	     'postscript-options 1 12 'toggle nil no-menu))