aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-30 16:44:15 +0000
committerRichard M. Stallman1995-12-30 16:44:15 +0000
commit5526cfdeebfe077fd7db23caaffa28fae052c621 (patch)
tree7e680ebe3cecbc0cf4146b03c874c80cb094d7cf
parent2089b41a7083075f753d603c46defc6943a3629e (diff)
downloademacs-5526cfdeebfe077fd7db23caaffa28fae052c621.tar.gz
emacs-5526cfdeebfe077fd7db23caaffa28fae052c621.zip
(lpr-page-header-switches, lpr-headers-switches): Doc fixes.
-rw-r--r--lisp/lpr.el5
1 files changed, 3 insertions, 2 deletions
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.")
49;; Default is nil, because that enables us to use pr -f 49;; Default is nil, because that enables us to use pr -f
50;; which is more reliable than pr with no args, which is what lpr -p does. 50;; which is more reliable than pr with no args, which is what lpr -p does.
51(defvar lpr-headers-switches nil 51(defvar lpr-headers-switches nil
52 "*List of strings to use as options for `lpr' to request page headings. 52 "*List of strings of options to request page headings in the printer program.
53If nil, we run `lpr-page-header-program' to make page headings 53If nil, we run `lpr-page-header-program' to make page headings
54and print the result.") 54and print the result.")
55 55
@@ -61,7 +61,8 @@ See definition of `print-region-1' for calling conventions.")
61 "*Name of program for adding page headers to a file.") 61 "*Name of program for adding page headers to a file.")
62 62
63(defvar lpr-page-header-switches '("-f") 63(defvar lpr-page-header-switches '("-f")
64 "*List of strings to use as options for `lpr-page-header-program'.") 64 "*List of strings to use as options for the page-header-generating program.
65The variable `lpr-page-header-program' specifies the program to use.")
65 66
66;;;###autoload 67;;;###autoload
67(defun lpr-buffer () 68(defun lpr-buffer ()