summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2006-09-20 20:00:03 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2006-09-20 20:00:03 +0000
commit502ca00a6b02697c6e7c1ce057ebbd59c4b1c01c (patch)
tree24b173a546f193364f1d18673bdc4289c8f4981c /lisp/lpr.el
parent63381c91ed369650222f9e76119fdd7d77aa0ea9 (diff)
downloademacs-502ca00a6b02697c6e7c1ce057ebbd59c4b1c01c.tar.gz
Adjust X-URL
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index dd39eb24349..2c2e8c872c4 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -141,7 +141,7 @@ See definition of `print-region-1' for calling conventions."
;; Berkeley systems support -F, and GNU pr supports both -f and -F,
;; So it looks like -F is a better default.
(defcustom lpr-page-header-switches '("-h %s" "-F")
- "List of strings to use as options for the page-header-generating program.
+ "*List of strings to use as options for the page-header-generating program.
If `%s' appears in one of the strings, it is substituted by the page title.
The variable `lpr-page-header-program' specifies the program to use."
:type '(repeat string)