From 019612373cd7c9b1f0a50142ae7f0dac9f2b14cb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 7 Sep 1997 04:02:32 +0000 Subject: [PATCH] (ps-setup): ps-zebra-stripe => ps-zebra-stripes. ps-number-of-zebra => ps-zebra-stripe-height. --- lisp/ps-print.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 80a52eb7702..e1e58a93cea 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -392,7 +392,7 @@ Please send all bug fixes and enhancements to ;; the variable `ps-zebra-stripe-height', which is 3 by default. ;; The distance between stripes equals the height of a stripe. ;; -;; The variable `ps-zebra-stripe' controls whether to print zebra stripes. +;; The variable `ps-zebra-stripes' controls whether to print zebra stripes. ;; Non-nil means yes, nil means no. The default is nil. ;; ;; See also section How Ps-Print Has A Text And/Or Image On Background. @@ -1427,13 +1427,13 @@ using the current ps-print setup." ps-lpr-command \"%s\" ps-lpr-switches %s - ps-paper-type '%s - ps-landscape-mode %s - ps-number-of-columns %s + ps-paper-type '%s + ps-landscape-mode %s + ps-number-of-columns %s - ps-zebra-stripe %s - ps-number-of-zebra %s - ps-line-number %s + ps-zebra-stripes %s + ps-zebra-stripe-height %s + ps-line-number %s ps-print-background-image %s @@ -1464,8 +1464,8 @@ using the current ps-print setup." ps-paper-type ps-landscape-mode ps-number-of-columns - ps-zebra-stripe - ps-number-of-zebra + ps-zebra-stripes + ps-zebra-stripe-height ps-line-number ps-print-background-image ps-print-background-text -- 2.39.2