diff options
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r-- | lisp/lpr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 21e82208e6a..4d1ec5d77e7 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -164,7 +164,7 @@ If it is nil (the default), we run the `pr' program (or whatever program Otherwise, the switches in `lpr-headers-switches' are used in the print command itself; we expect them to request pagination. - + See the variables `lpr-switches' and `lpr-command' for further customization of the printer command." (interactive) @@ -189,7 +189,7 @@ If it is nil (the default), we run the `pr' program (or whatever program Otherwise, the switches in `lpr-headers-switches' are used in the print command itself; we expect them to request pagination. - + See the variables `lpr-switches' and `lpr-command' for further customization of the printer command." (interactive "r") |