# HG changeset patch # User Richard M. Stallman # Date 820341855 0 # Node ID eeee95f4d989c66f32bf9555c00196bb0b40b5f6 # Parent 2576d1142ed3bfd9191c8ad5ef5f7f8b55fbc5aa (lpr-page-header-switches, lpr-headers-switches): Doc fixes. diff -r 2576d1142ed3 -r eeee95f4d989 lisp/lpr.el --- 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 ()