changeset 13803:e0bae9f528fe

(lpr-switches, lpr-add-switches): Doc fixes.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:55:44 +0000
parents 8107433d6a22
children da3a679bbfac
files lisp/lpr.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/lpr.el	Thu Dec 21 17:54:46 1995 +0000
+++ b/lisp/lpr.el	Thu Dec 21 17:55:44 1995 +0000
@@ -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