diff options
| author | Richard M. Stallman | 2006-02-02 04:32:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-02 04:32:39 +0000 |
| commit | fef4d6a626a29aa59fd74541b885fef2cdc762bd (patch) | |
| tree | 0ee21410d927b35683b2bfcbb3fd6ae5795dcbad | |
| parent | 0024f7e07cfd937f092db506ecc349ad8335c439 (diff) | |
| download | emacs-fef4d6a626a29aa59fd74541b885fef2cdc762bd.tar.gz emacs-fef4d6a626a29aa59fd74541b885fef2cdc762bd.zip | |
(Text and Binary, MS-DOS and MULE): Fix xrefs.
| -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 1724a1103fb..58ce170a738 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -344,7 +344,7 @@ the usual carriage-return linefeed. | |||
| 344 | 344 | ||
| 345 | @cindex DOS-to-Unix conversion of files | 345 | @cindex DOS-to-Unix conversion of files |
| 346 | To visit a file and specify whether it uses DOS-style or Unix-style | 346 | To visit a file and specify whether it uses DOS-style or Unix-style |
| 347 | end-of-line, specify a coding system (@pxref{Specify Coding}). For | 347 | end-of-line, specify a coding system (@pxref{Text Coding}). For |
| 348 | example, @kbd{C-x @key{RET} c unix @key{RET} C-x C-f foobar.txt} | 348 | example, @kbd{C-x @key{RET} c unix @key{RET} C-x C-f foobar.txt} |
| 349 | visits the file @file{foobar.txt} without converting the EOLs; if some | 349 | visits the file @file{foobar.txt} without converting the EOLs; if some |
| 350 | line ends with a carriage-return linefeed pair, Emacs will display | 350 | line ends with a carriage-return linefeed pair, Emacs will display |
| @@ -719,7 +719,7 @@ visit a file written on a DOS machine in another country), use the | |||
| 719 | the codepage, with completion, then creates the coding system for the | 719 | the codepage, with completion, then creates the coding system for the |
| 720 | specified codepage. You can then use the new coding system to read and | 720 | specified codepage. You can then use the new coding system to read and |
| 721 | write files, but you must specify it explicitly for the file command | 721 | write files, but you must specify it explicitly for the file command |
| 722 | when you want to use it (@pxref{Specify Coding}). | 722 | when you want to use it (@pxref{Text Coding}). |
| 723 | 723 | ||
| 724 | These coding systems are also useful for visiting a file encoded using | 724 | These coding systems are also useful for visiting a file encoded using |
| 725 | a DOS codepage, using Emacs running on some other operating system. | 725 | a DOS codepage, using Emacs running on some other operating system. |