pr-menu-entry-alist

pr-menu-entry-alist is a variable defined in `printing.el'.
Its value is

((postscript . 3) (text . 3) (postscript-options . 9) (postscript-process . 3) (printing . 3) (help . 3))

  • This variable may be risky if used as a file-local variable.

Documentation:
Alist that associates menu part with number of items per part.

It's used by `pr-menu-index'.

Each element has the form:

(MENU-PART . NUMBER-OF-ITEMS)

See `pr-visible-entry-alist'.