diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-07 04:02:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-07 04:02:32 +0000 |
commit | 019612373cd7c9b1f0a50142ae7f0dac9f2b14cb (patch) | |
tree | 4e6ec666183dbd627715356f15464e5b3ce0c45c /lisp/ps-print.el | |
parent | 0f46e667399c54119341aa3dd20ad923ac9f4034 (diff) | |
download | emacs-019612373cd7c9b1f0a50142ae7f0dac9f2b14cb.tar.gz |
(ps-setup): ps-zebra-stripe => ps-zebra-stripes.
ps-number-of-zebra => ps-zebra-stripe-height.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 18 |
1 files 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 |