Function: pr-toggle-faces-menu

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

Signature

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

Documentation

Toggle whether to print with face attributes.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-toggle-faces-menu (&optional no-menu)
  "Toggle whether to print with face attributes."
  (interactive)
  (pr-toggle 'pr-faces-p "Printing with faces"
	     'postscript-process 1 12 'toggle nil no-menu))