aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-12-21 17:55:44 +0000
committerKarl Heuer <[email protected]>1995-12-21 17:55:44 +0000
commit22466c0996c5b6d03a1006fb200558fddb35c54f (patch)
treecd031108b212ab0c1d9de972cd70bfeddd19347b /lisp/lpr.el
parent93353fea264973a4f1967d486e2bfae7c7e6c36b (diff)
(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 cc324492c9..7027439033 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