aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 08:57:33 +0000
committerAndreas Schwab1998-06-24 08:57:33 +0000
commit9f646a9e71bec48421d3135901d7b92a39a2da54 (patch)
tree8b477cdec70d53c2269e5fcecc992f564d2bf352
parente2c146c14f743af08b985f666942050db68ff07a (diff)
downloademacs-9f646a9e71bec48421d3135901d7b92a39a2da54.tar.gz
emacs-9f646a9e71bec48421d3135901d7b92a39a2da54.zip
(dos-ps-printer): Use `other' widget type.
-rw-r--r--lisp/dos-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el
index 40dcf8a1612..b8fe208f3a5 100644
--- a/lisp/dos-vars.el
+++ b/lisp/dos-vars.el
@@ -61,7 +61,7 @@ you want to silently discard the printed output, set this to \"NUL\".
61If the value is anything but a string, PostScript files will be 61If the value is anything but a string, PostScript files will be
62piped to the program given by `ps-lpr-command', with switches 62piped to the program given by `ps-lpr-command', with switches
63given by `ps-lpr-switches', which see." 63given by `ps-lpr-switches', which see."
64 :type '(choice file (const :tag "Pipe to ps-lpr-command" pipe)) 64 :type '(choice file (other :tag "Pipe to ps-lpr-command" pipe))
65 :group 'dos-fns) 65 :group 'dos-fns)
66 66
67;;; dos-vars.el ends here 67;;; dos-vars.el ends here