From: Richard M. Stallman Date: Sat, 30 Dec 1995 16:44:15 +0000 (+0000) Subject: (lpr-page-header-switches, lpr-headers-switches): Doc fixes. X-Git-Tag: emacs-19.34~1966 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5526cfdeebfe077fd7db23caaffa28fae052c621;p=emacs.git (lpr-page-header-switches, lpr-headers-switches): Doc fixes. --- diff --git a/lisp/lpr.el b/lisp/lpr.el index 7027439033c..1c8d7c2e8c9 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -49,7 +49,7 @@ this variable should be nil.") ;; Default is nil, because that enables us to use pr -f ;; which is more reliable than pr with no args, which is what lpr -p does. (defvar lpr-headers-switches nil - "*List of strings to use as options for `lpr' to request page headings. + "*List of strings of options to request page headings in the printer program. If nil, we run `lpr-page-header-program' to make page headings and print the result.") @@ -61,7 +61,8 @@ See definition of `print-region-1' for calling conventions.") "*Name of program for adding page headers to a file.") (defvar lpr-page-header-switches '("-f") - "*List of strings to use as options for `lpr-page-header-program'.") + "*List of strings to use as options for the page-header-generating program. +The variable `lpr-page-header-program' specifies the program to use.") ;;;###autoload (defun lpr-buffer ()