summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-21 17:55:44 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-21 17:55:44 +0000
commitd65b464d71b4eba3791be7dd47344bcfad0813bf (patch)
tree65ed6889d1b8e50024f9ac3bd6b1f6edfdcd9977 /lisp/lpr.el
parent7ac98cdd3d14f59ff97b8166dffc1d297dfdc2c9 (diff)
downloademacs-d65b464d71b4eba3791be7dd47344bcfad0813bf.tar.gz
(lpr-switches, lpr-add-switches): Doc fixes.
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index cc324492c91..7027439033c 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -31,10 +31,14 @@
;;;###autoload
(defvar lpr-switches nil
- "*List of strings to pass as extra switch args to `lpr' when it is invoked.")
+ "*List of strings to pass as extra options for the printer program.
+See `lpr-command'.")
(defvar lpr-add-switches (eq system-type 'berkeley-unix)
- "*Non-nil means construct -T and -J options for the `lpr'.")
+ "*Non-nil means construct -T and -J options for the printer program.
+These are made assuming that the program is `lpr';
+if you are using some other incompatible printer program,
+this variable should be nil.")
;;;###autoload
(defvar lpr-command