]> git.eshelyaron.com Git - emacs.git/commitdiff
(lpr-switches, lpr-add-switches): Doc fixes.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:55:44 +0000 (17:55 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:55:44 +0000 (17:55 +0000)
lisp/lpr.el

index cc324492c918ca588047d4ef05d81c4975a4f796..7027439033c076785b08056b6f364fa98dbf3af4 100644 (file)
 
 ;;;###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