diff options
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index cbf3785e3d1..48a494a787b 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -5881,7 +5881,7 @@ XSTART YSTART are the relative position for the first page in a sheet.") (ps-get-page-dimensions) ;; final check (unless (listp ps-lpr-switches) - (error "`ps-lpr-switches' value should be a list.")) + (error "`ps-lpr-switches' value should be a list")) (and ps-color-p (equal ps-default-background ps-default-foreground) (error |