aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-06-12 04:04:14 +0000
committerKarl Heuer1999-06-12 04:04:14 +0000
commit270a64ac3026f7b3decc3ce5d2d0e41871cd6337 (patch)
treed1cb77cb8e5e534178fac54243808246c11a4d53
parent7f99999ab4cfb3d7e700ddbd72ded2aa1fd82f45 (diff)
downloademacs-270a64ac3026f7b3decc3ce5d2d0e41871cd6337.tar.gz
emacs-270a64ac3026f7b3decc3ce5d2d0e41871cd6337.zip
(ps-printer-name): Fix custom type.
-rw-r--r--lisp/ps-print.el5
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.
1041You can also set it to a name of a file, in which case the output gets 1041You can also set it to a name of a file, in which case the output gets
1042appended to that file. \(Note that `ps-print' package already has 1042appended to that file. \(Note that `ps-print' package already has
1043facilities for printing to a file, so you might as well use them instead 1043facilities for printing to a file, so you might as well use them instead
1044of changing the setting of this variable.\) If you want to silently 1044of changing the setting of this variable.\) If you want to silently
1045discard the printed output, set this to \"NUL\"." 1045discard 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