]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-printer-name): Fix custom type.
authorKarl Heuer <kwzh@gnu.org>
Sat, 12 Jun 1999 04:04:14 +0000 (04:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 12 Jun 1999 04:04:14 +0000 (04:04 +0000)
lisp/ps-print.el

index 2c74a0d3c22043b2cd4086f3020eec91755c790c..786828fd914bb4aea7ae96f856c428cddcac9b7b 100644 (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