1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(ps-printer-name): Fix custom type.

This commit is contained in:
Karl Heuer 1999-06-12 04:04:14 +00:00
parent 7f99999ab4
commit 270a64ac30

View File

@ -1041,9 +1041,10 @@ serial printers, or \"//hostname/printer\" for a shared network printer.
You can also set it to a name of a file, in which case the output gets
appended to that file. \(Note that `ps-print' package already has
facilities for printing to a file, so you might as well use them instead
of changing the setting of this variable.\) If you want to silently
of changing the setting of this variable.\) If you want to silently
discard the printed output, set this to \"NUL\"."
:type '(choice file)
:type '(choice (file :tag "Name")
(const :tag "Default" nil))
:group 'ps-print)
(defcustom ps-lpr-command lpr-command