changeset 24833:7b18c1a51e98

(ps-printer-name): Fix custom type.
author Karl Heuer <kwzh@gnu.org>
date Sat, 12 Jun 1999 04:04:14 +0000
parents b772f629b45b
children d0ccf995f1ae
files lisp/ps-print.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-print.el	Sat Jun 12 03:57:37 1999 +0000
+++ b/lisp/ps-print.el	Sat Jun 12 04:04:14 1999 +0000
@@ -1041,9 +1041,10 @@
 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