X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3e93bafb95608467e438ba7f725fd1f020669f8c..a757149ca49c1ae0b70ef74c2181e0fb10a81f5e:/lisp/lpr.el diff --git a/lisp/lpr.el b/lisp/lpr.el index 40c530a95f..11cc8f86cf 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -1,6 +1,6 @@ ;;; lpr.el --- print Emacs buffer on line printer -;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2014 Free Software +;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2015 Free Software ;; Foundation, Inc. ;; Maintainer: emacs-devel@gnu.org @@ -49,7 +49,7 @@ (defcustom printer-name (and (eq system-type 'ms-dos) "PRN") "The name of a local printer to which data is sent for printing. -\(Note that PostScript files are sent to `ps-printer-name', which see.\) +\(Note that PostScript files are sent to `ps-printer-name', which see.) On Unix-like systems, a string value should be a name understood by lpr's -P option; otherwise the value should be nil.