Variable: ps-zebra-stripe-alist

ps-zebra-stripe-alist is a variable defined in ps-print.el.gz.

Value

((follow . 1)
 (full . 2)
 (full-follow . 3))

Documentation

Alist for zebra stripe continuation.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defconst ps-zebra-stripe-alist
  '((follow      . 1)
    (full        . 2)
    (full-follow . 3))
  "Alist for zebra stripe continuation.")