diff options
Diffstat (limited to 'man/msdog.texi')
| -rw-r--r-- | man/msdog.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/msdog.texi b/man/msdog.texi index a1d7647a95d..a5aea27f161 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -419,13 +419,12 @@ EOL conversion is determined by @code{file-name-buffer-file-type-alist}. | |||
| 419 | @node MS-DOS Printing | 419 | @node MS-DOS Printing |
| 420 | @section Printing and MS-DOS | 420 | @section Printing and MS-DOS |
| 421 | 421 | ||
| 422 | Printing commands, such as @code{lpr-buffer} (@pxref{Hardcopy}) and | 422 | Printing commands, such as @code{lpr-buffer} (@pxref{Printing}) and |
| 423 | @code{ps-print-buffer} (@pxref{PostScript}) can work in MS-DOS and | 423 | @code{ps-print-buffer} (@pxref{PostScript}) can work in MS-DOS and |
| 424 | MS-Windows by sending the output to one of the printer ports, if a | 424 | MS-Windows by sending the output to one of the printer ports, if a |
| 425 | Posix-style @code{lpr} program is unavailable. The same Emacs | 425 | Posix-style @code{lpr} program is unavailable. The same Emacs |
| 426 | variables control printing on all systems (@pxref{Hardcopy}), but in | 426 | variables control printing on all systems, but in some cases they have |
| 427 | some cases they have different default values on MS-DOS and | 427 | different default values on MS-DOS and MS-Windows. |
| 428 | MS-Windows. | ||
| 429 | 428 | ||
| 430 | @vindex printer-name @r{(MS-DOS)} | 429 | @vindex printer-name @r{(MS-DOS)} |
| 431 | If you want to use your local printer, printing on it in the usual DOS | 430 | If you want to use your local printer, printing on it in the usual DOS |
| @@ -758,7 +757,7 @@ implements a Posix-like shell entirely in Emacs Lisp. | |||
| 758 | Processes}. | 757 | Processes}. |
| 759 | 758 | ||
| 760 | @cindex printing under MS-DOS | 759 | @cindex printing under MS-DOS |
| 761 | Printing commands, such as @code{lpr-buffer} (@pxref{Hardcopy}) and | 760 | Printing commands, such as @code{lpr-buffer} (@pxref{Printing}) and |
| 762 | @code{ps-print-buffer} (@pxref{PostScript}), work in MS-DOS by sending | 761 | @code{ps-print-buffer} (@pxref{PostScript}), work in MS-DOS by sending |
| 763 | the output to one of the printer ports. @xref{MS-DOS Printing}. | 762 | the output to one of the printer ports. @xref{MS-DOS Printing}. |
| 764 | 763 | ||