diff options
| author | Karl Heuer | 1999-05-10 18:45:52 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-05-10 18:45:52 +0000 |
| commit | 4251fcec766fa018ebe45a2e506e595774151039 (patch) | |
| tree | 15d9830e7d0f44b0b343de7dfaf23000ec0b936d | |
| parent | 377d15d97fa2b68601bf1aaeca18ec87b74d7b13 (diff) | |
| download | emacs-4251fcec766fa018ebe45a2e506e595774151039.tar.gz emacs-4251fcec766fa018ebe45a2e506e595774151039.zip | |
*** empty log message ***
| -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 | |||
| 419 | 419 | ||
| 420 | @findex ps-print-buffer @r{(MS-DOS)} | 420 | @findex ps-print-buffer @r{(MS-DOS)} |
| 421 | @findex ps-spool-buffer @r{(MS-DOS)} | 421 | @findex ps-spool-buffer @r{(MS-DOS)} |
| 422 | @vindex ps-printer-name | 422 | @vindex ps-printer-name @r{(MS-DOS)} |
| 423 | @vindex ps-lpr-command @r{(MS-DOS)} | 423 | @vindex ps-lpr-command @r{(MS-DOS)} |
| 424 | @vindex ps-lpr-switches @r{(MS-DOS)} | 424 | @vindex ps-lpr-switches @r{(MS-DOS)} |
| 425 | A parallel set of variables, @code{ps-lpr-command}, | 425 | 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 | |||
| 448 | ignored.) | 448 | ignored.) |
| 449 | 449 | ||
| 450 | For example, to use Ghostscript for printing on an Epson printer | 450 | For example, to use Ghostscript for printing on an Epson printer |
| 451 | connected to @samp{LPT2} port, put this on your @file{.emacs} file: | 451 | connected to the @samp{LPT2} port, put this in your @file{_emacs} file: |
| 452 | 452 | ||
| 453 | @example | 453 | @example |
| 454 | (setq ps-printer-name t) ; Ghostscript doesn't understand -P | 454 | (setq ps-printer-name t) ; Ghostscript doesn't understand -P |