diff options
| author | Karl Heuer | 1999-06-12 04:04:14 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-06-12 04:04:14 +0000 |
| commit | 270a64ac3026f7b3decc3ce5d2d0e41871cd6337 (patch) | |
| tree | d1cb77cb8e5e534178fac54243808246c11a4d53 | |
| parent | 7f99999ab4cfb3d7e700ddbd72ded2aa1fd82f45 (diff) | |
| download | emacs-270a64ac3026f7b3decc3ce5d2d0e41871cd6337.tar.gz emacs-270a64ac3026f7b3decc3ce5d2d0e41871cd6337.zip | |
(ps-printer-name): Fix custom type.
| -rw-r--r-- | lisp/ps-print.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 2c74a0d3c22..786828fd914 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1041,9 +1041,10 @@ serial printers, or \"//hostname/printer\" for a shared network printer. | |||
| 1041 | You can also set it to a name of a file, in which case the output gets | 1041 | You can also set it to a name of a file, in which case the output gets |
| 1042 | appended to that file. \(Note that `ps-print' package already has | 1042 | appended to that file. \(Note that `ps-print' package already has |
| 1043 | facilities for printing to a file, so you might as well use them instead | 1043 | facilities for printing to a file, so you might as well use them instead |
| 1044 | of changing the setting of this variable.\) If you want to silently | 1044 | of changing the setting of this variable.\) If you want to silently |
| 1045 | discard the printed output, set this to \"NUL\"." | 1045 | discard the printed output, set this to \"NUL\"." |
| 1046 | :type '(choice file) | 1046 | :type '(choice (file :tag "Name") |
| 1047 | (const :tag "Default" nil)) | ||
| 1047 | :group 'ps-print) | 1048 | :group 'ps-print) |
| 1048 | 1049 | ||
| 1049 | (defcustom ps-lpr-command lpr-command | 1050 | (defcustom ps-lpr-command lpr-command |