diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-05-10 18:45:52 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-05-10 18:45:52 +0000 |
commit | 4251fcec766fa018ebe45a2e506e595774151039 (patch) | |
tree | 15d9830e7d0f44b0b343de7dfaf23000ec0b936d /man | |
parent | 377d15d97fa2b68601bf1aaeca18ec87b74d7b13 (diff) | |
download | emacs-4251fcec766fa018ebe45a2e506e595774151039.tar.gz |
*** empty log message ***
Diffstat (limited to 'man')
-rw-r--r-- | man/msdog.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/msdog.texi b/man/msdog.texi index 74654e4d423..76f17a92dfd 100644 --- a/man/msdog.texi +++ b/man/msdog.texi @@ -419,7 +419,7 @@ when @code{lpr-command} is not @code{""}. If the variable @findex ps-print-buffer @r{(MS-DOS)} @findex ps-spool-buffer @r{(MS-DOS)} -@vindex ps-printer-name +@vindex ps-printer-name @r{(MS-DOS)} @vindex ps-lpr-command @r{(MS-DOS)} @vindex ps-lpr-switches @r{(MS-DOS)} A parallel set of variables, @code{ps-lpr-command}, @@ -448,7 +448,7 @@ string, it will be added to the list of switches as the value for the ignored.) For example, to use Ghostscript for printing on an Epson printer -connected to @samp{LPT2} port, put this on your @file{.emacs} file: +connected to the @samp{LPT2} port, put this in your @file{_emacs} file: @example (setq ps-printer-name t) ; Ghostscript doesn't understand -P |