Mercurial > emacs
changeset 13894:eeee95f4d989
(lpr-page-header-switches, lpr-headers-switches): Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 30 Dec 1995 16:44:15 +0000 |
parents | 2576d1142ed3 |
children | 0c12b3398d37 |
files | lisp/lpr.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lpr.el Sat Dec 30 15:58:49 1995 +0000 +++ b/lisp/lpr.el Sat Dec 30 16:44:15 1995 +0000 @@ -49,7 +49,7 @@ ;; 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 @@ "*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 ()