1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(lpr-switches, lpr-add-switches): Doc fixes.

This commit is contained in:
Karl Heuer 1995-12-21 17:55:44 +00:00
parent 93353fea26
commit 22466c0996

View File

@ -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