# HG changeset patch # User Karl Heuer # Date 819568544 0 # Node ID e0bae9f528fe05b836de5cc7368bb6a29d985a29 # Parent 8107433d6a22b1c6ec75e0c5c35fc606c3d8f15b (lpr-switches, lpr-add-switches): Doc fixes. diff -r 8107433d6a22 -r e0bae9f528fe lisp/lpr.el --- 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