diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2006-09-20 20:00:03 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2006-09-20 20:00:03 +0000 |
commit | 502ca00a6b02697c6e7c1ce057ebbd59c4b1c01c (patch) | |
tree | 24b173a546f193364f1d18673bdc4289c8f4981c /lisp/lpr.el | |
parent | 63381c91ed369650222f9e76119fdd7d77aa0ea9 (diff) |
Adjust X-URL
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r-- | lisp/lpr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index dd39eb2434..2c2e8c872c 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) |