comparison lisp/lpr.el @ 23264:359e6eb97e11

(printer-name): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:10:57 +0000
parents 08902da4c832
children 1874c3236349
comparison
equal deleted inserted replaced
23263:03626baa368a 23264:359e6eb97e11
48 parallel printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial 48 parallel printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial
49 printers, or \"//hostname/printer\" for a shared network printer. You 49 printers, or \"//hostname/printer\" for a shared network printer. You
50 can also set it to a name of a file, in which case the output gets 50 can also set it to a name of a file, in which case the output gets
51 appended to that file. If you want to discard the printed output, set 51 appended to that file. If you want to discard the printed output, set
52 this to \"NUL\"." 52 this to \"NUL\"."
53 :type 'file ; could use string but then we lose completion for files. 53 :type '(choice ; could use string but then we lose completion for files.
54 (file :tag "Name")
55 (const :tag "Default" nil))
54 :group 'lpr) 56 :group 'lpr)
55 57
56 ;;;###autoload 58 ;;;###autoload
57 (defcustom lpr-switches nil 59 (defcustom lpr-switches nil
58 "*List of strings to pass as extra options for the printer program. 60 "*List of strings to pass as extra options for the printer program.